Click or drag to resize
MonitoringServiceExtensions Methods
This API is preliminary and subject to change.

The MonitoringServiceExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateAgentToken Obsolete.
Creates a new agent token.
Public methodStatic memberCreateAlarm Obsolete.
Creates a new alarm.
Public methodStatic memberCreateCheck Obsolete.
Creates a new check.
Public methodStatic memberCreateEntity Obsolete.
Creates a new monitoring entity.
Public methodStatic memberCreateNotification Obsolete.
Creates a new notification.
Public methodStatic memberCreateNotificationPlan Obsolete.
Creates a new notification plan.
Public methodStatic memberDiscoverAlarmNotificationHistory Obsolete.
Gets a collection of CheckId objects identifying the particular checks for which an alarm notification history is present for a particular entity/alarm combination.
Public methodStatic memberEvaluateAlarmExample Obsolete.
Evaluate the template of a single alarm example.
Public methodStatic memberGetAccount Obsolete.
Gets information about a monitoring account.
Public methodStatic memberGetAgent Obsolete.
Gets a monitoring agent by ID.
Public methodStatic memberGetAgentConnection Obsolete.
Gets a monitoring agent connection by ID.
Public methodStatic memberGetAgentHostInformation Obsolete.
Gets agent host information reported by a monitoring agent.
Public methodStatic memberGetAgentToken Obsolete.
Gets a monitoring agent token by ID.
Public methodStatic memberGetAlarm Obsolete.
Gets a monitoring alarm by ID.
Public methodStatic memberGetAlarmExample Obsolete.
Gets a monitoring alarm example by ID.
Public methodStatic memberGetAlarmNotificationHistory Obsolete.
Gets a monitoring alarm notification history item by ID.
Public methodStatic memberGetCheck Obsolete.
Gets a monitoring check by ID.
Public methodStatic memberGetCheckType Obsolete.
Gets a monitoring check type by ID.
Public methodStatic memberGetCpuInformation Obsolete.
Gets CPU information reported by a monitoring agent.
Public methodStatic memberGetDataPoints Obsolete.
Gets a collection of data points collected for a metric by the monitoring service.
Public methodStatic memberGetDiskInformation Obsolete.
Gets disk information reported by a monitoring agent.
Public methodStatic memberGetEntity Obsolete.
Gets a monitoring entity by ID.
Public methodStatic memberGetFilesystemInformation Obsolete.
Gets filesystem information reported by a monitoring agent.
Public methodStatic memberGetLimits Obsolete.
Gets the resource and rate limits enforced by the monitoring service.
Public methodStatic memberGetLoginInformation Obsolete.
Gets login information reported by a monitoring agent.
Public methodStatic memberGetMemoryInformation Obsolete.
Gets memory information reported by a monitoring agent.
Public methodStatic memberGetMonitoringZone Obsolete.
Gets a monitoring zone by ID.
Public methodStatic memberGetNetworkInterfaceInformation Obsolete.
Gets network interface information reported by a monitoring agent.
Public methodStatic memberGetNotification Obsolete.
Gets a monitoring notification by ID.
Public methodStatic memberGetNotificationPlan Obsolete.
Gets a monitoring notification plan by ID.
Public methodStatic memberGetNotificationType Obsolete.
Gets a monitoring notification type by ID.
Public methodStatic memberGetProcessInformation Obsolete.
Gets process information reported by a monitoring agent.
Public methodStatic memberGetSystemInformation Obsolete.
Gets system information reported by a monitoring agent.
Public methodStatic memberListAgentCheckTargets Obsolete.
Gets a collection of monitoring agent check targets.
Public methodStatic memberListAgentConnections Obsolete.
Gets a collection of monitoring agent connections.
Public methodStatic memberListAgents Obsolete.
Gets a collection of monitoring agents.
Public methodStatic memberListAgentTokens Obsolete.
Gets a collection of monitoring agent tokens.
Public methodStatic memberListAlarmChangelogs(IMonitoringService, AlarmChangelogId, NullableInt32, NullableDateTimeOffset, NullableDateTimeOffset) Obsolete.
Gets a collection of monitoring alarm changelogs.
Public methodStatic memberListAlarmChangelogs(IMonitoringService, EntityId, AlarmChangelogId, NullableInt32, NullableDateTimeOffset, NullableDateTimeOffset) Obsolete.
Gets a collection of monitoring alarm changelogs.
Public methodStatic memberListAlarmExamples Obsolete.
Gets a collection of monitoring alarm examples.
Public methodStatic memberListAlarmNotificationHistory Obsolete.
Gets a collection of monitoring alarm notification history items.
Public methodStatic memberListAlarms Obsolete.
Gets a collection of monitoring entities.
Public methodStatic memberListAudits Obsolete.
Gets a collection of monitoring audits.
Public methodStatic memberListChecks Obsolete.
Gets a collection of monitoring checks.
Public methodStatic memberListCheckTypes Obsolete.
Gets a collection of monitoring check types.
Public methodStatic memberListEntities Obsolete.
Gets a collection of monitoring entities.
Public methodStatic memberListEntityOverviews(IMonitoringService, EntityId, NullableInt32) Obsolete.
Gets a collection of monitoring entity overviews.
Public methodStatic memberListEntityOverviews(IMonitoringService, EntityId, NullableInt32, IEnumerableEntityId) Obsolete.
Gets a collection of monitoring entity overviews, filtered by entity ID.
Public methodStatic memberListMetrics Obsolete.
Gets a collection of monitoring metrics.
Public methodStatic memberListMonitoringZones Obsolete.
Gets a collection of monitoring zones.
Public methodStatic memberListNotificationPlans Obsolete.
Gets a collection of monitoring notification plans.
Public methodStatic memberListNotifications Obsolete.
Gets a collection of monitoring notifications.
Public methodStatic memberListNotificationTypes Obsolete.
Gets a collection of monitoring notification types.
Public methodStatic memberPerformTraceRouteFromMonitoringZone Obsolete.
Perform a traceroute operation from a monitoring zone to a particular target.
Public methodStatic memberRemoveAgentToken Obsolete.
Remove and delete a monitoring agent token by ID.
Public methodStatic memberRemoveAlarm Obsolete.
Remove and delete a monitoring alarm by ID.
Public methodStatic memberRemoveCheck Obsolete.
Remove and delete a monitoring check by ID.
Public methodStatic memberRemoveEntity Obsolete.
Remove and delete a monitoring entity by ID.
Public methodStatic memberRemoveNotification Obsolete.
Remove and delete a monitoring notification by ID.
Public methodStatic memberRemoveNotificationPlan Obsolete.
Remove and delete a monitoring notification plan by ID.
Public methodStatic memberTestAlarm Obsolete.
Test a monitoring alarm.
Public methodStatic memberTestCheck Obsolete.
Test a monitoring check.
Public methodStatic memberTestExistingCheck Obsolete.
Test an existing check by ID.
Public methodStatic memberTestExistingNotification Obsolete.
Test an existing notification by ID.
Public methodStatic memberTestNotification Obsolete.
Test a monitoring notification.
Public methodStatic memberUpdateAccount Obsolete.
Updates a monitoring account.
Public methodStatic memberUpdateAgentToken Obsolete.
Updates a monitoring agent token.
Public methodStatic memberUpdateAlarm Obsolete.
Updates a monitoring alarm.
Public methodStatic memberUpdateCheck Obsolete.
Updates a monitoring check.
Public methodStatic memberUpdateEntity Obsolete.
Updates a monitoring entity.
Public methodStatic memberUpdateNotification Obsolete.
Updates a monitoring notification.
Public methodStatic memberUpdateNotificationPlan Obsolete.
Updates a monitoring notification plan.
Top
See Also