IncidentOperationsExtensions Class

 

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Monitoring.Alerts.IncidentOperationsExtensions

Syntax

public static class IncidentOperationsExtensions
[ExtensionAttribute]
public ref class IncidentOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type IncidentOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class IncidentOperationsExtensions

Methods

Name Description
Get(IIncidentOperations, String)

GetAsync(IIncidentOperations, String)

ListActiveForSubscription(IIncidentOperations)

ListActiveForSubscriptionAsync(IIncidentOperations)

ListForRule(IIncidentOperations, String, Boolean)

ListForRuleAsync(IIncidentOperations, String, Boolean)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace

Return to top