IIncidentOperations Interface
Operations for managing the alert incidents.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public interface IIncidentOperations
public interface class IIncidentOperations
type IIncidentOperations = interface end
Public Interface IIncidentOperations
Methods
Name | Description | |
---|---|---|
GetAsync(String, CancellationToken) | ||
ListActiveForSubscriptionAsync(CancellationToken) | ||
ListForRuleAsync(String, Boolean, CancellationToken) |
Extension Methods
Name | Description | |
---|---|---|
Get(String) | (Defined by IncidentOperationsExtensions.) |
|
GetAsync(String) | (Defined by IncidentOperationsExtensions.) |
|
ListActiveForSubscription() | (Defined by IncidentOperationsExtensions.) |
|
ListActiveForSubscriptionAsync() | (Defined by IncidentOperationsExtensions.) |
|
ListForRule(String, Boolean) | (Defined by IncidentOperationsExtensions.) |
|
ListForRuleAsync(String, Boolean) | (Defined by IncidentOperationsExtensions.) |
See Also
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace
Return to top