IPortMonitoringManager Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Netadmin.Management.Monitoring.IPortMonitoringManager"]
Namespace: Netadmin.Management.MonitoringAssembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxpublic interface IPortMonitoringManager
Public Interface IPortMonitoringManager
The IPortMonitoringManager type exposes the following members.
Methods
| Name | Description |
---|
 | Int64 | AddMatrixRow(IPortMatrixRow) | |
 | Int64 | AddPortMonitoringJob(IPortMonitoringJob) | |
 | Int64 | AddPortMonitoringLocation(IPortMonitoringLocation) | |
 | Int64 | AddPortMonitoringMatrix(String) | |
 |
void
| DeleteMatrixRow(Int64) | |
 |
void
| DeletePortMonitoringJob(Int64) | |
 |
void
| DeletePortMonitoringLocation(Int64) | |
 |
void
| DeletePortMonitoringMatrix(Int64) | |
 | IEnumerableT, T: KeyValuePairTKey, TValue | GetAreaByCompanyFunctionAndCityId(Int64, Int64, Int64) | |
 | IEnumerableT, T: KeyValuePairTKey, TValue | GetCitiesByCompanyAndFunctionId(Int64, Int64) | |
 | IEnumerableT, T: IPortConnection | GetConnections | |
 | IEnumerableT, T: KeyValuePairTKey, TValue | GetEquipmentFunctions | |
 | IEnumerableT, T: KeyValuePairTKey, TValue | GetNetadminUsers | |
 | IEnumerableT, T: IPortMonitoringMatrix | GetPortMatrices | |
 | IPortMatrixRow | GetPortMatrixRowById(Int64) | |
 | IPortMonitoringJob | GetPortMonitoringJob(Int64) | |
 | IEnumerableT, T: IPortMonitoringJob | GetPortMonitoringJobs | |
 | IPortMonitoringLocation | GetPortMonitoringLocation(Int64) | |
 | IEnumerableT, T: IPortMonitoringLocation | GetPortMonitoringLocations(ActionLocationConfiguration) | |
 | IEnumerableT, T: IPortMonitoringLocation | GetPortMonitoringLocationsForJob(Int64) | |
 | IPortMonitoringMatrix | GetPortMonitoringMatrix(Int64) | |
 | IEnumerableT, T: IPortMatrixRow | GetPortMonitoringMatrixRows(Int64) | |
 | IEnumerableT, T: Int64 | GetSelectedConnectionsForPortMonitoringJob(Int64) | |
 |
void
| ReplaceAllConnectionsForPortMonitoringJob(Int64, IEnumerableInt64) | |
 |
void
| ReplaceAllRowsForMatrixWith(Int64, IEnumerableIPortMatrixRow) | |
 |
void
| SetLocationAtSiteLevel(Int64, Int64, Int64) | |
 |
void
| SetLocationsAtAreaLevel(Int64, Int64, Int64) | |
 |
void
| SetLocationsAtCityLevel(Int64, Int64, Int64) | |
 |
void
| UpdatePortMonitoringJob(IPortMonitoringJob) | |
 |
void
| UpdatePortMonitoringMatrix(IPortMonitoringMatrix) | |
Top
See Also