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
System_CAPS_pubmethod GetAsync(String, CancellationToken)

System_CAPS_pubmethod ListActiveForSubscriptionAsync(CancellationToken)

System_CAPS_pubmethod ListForRuleAsync(String, Boolean, CancellationToken)

Extension Methods

Name Description
System_CAPS_pubmethod Get(String)

(Defined by IncidentOperationsExtensions.)

System_CAPS_pubmethod GetAsync(String)

(Defined by IncidentOperationsExtensions.)

System_CAPS_pubmethod ListActiveForSubscription()

(Defined by IncidentOperationsExtensions.)

System_CAPS_pubmethod ListActiveForSubscriptionAsync()

(Defined by IncidentOperationsExtensions.)

System_CAPS_pubmethod ListForRule(String, Boolean)

(Defined by IncidentOperationsExtensions.)

System_CAPS_pubmethod ListForRuleAsync(String, Boolean)

(Defined by IncidentOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace

Return to top