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
System_CAPS_pubmethodSystem_CAPS_static Get(IIncidentOperations, String)

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IIncidentOperations, String)

System_CAPS_pubmethodSystem_CAPS_static ListActiveForSubscription(IIncidentOperations)

System_CAPS_pubmethodSystem_CAPS_static ListActiveForSubscriptionAsync(IIncidentOperations)

System_CAPS_pubmethodSystem_CAPS_static ListForRule(IIncidentOperations, String, Boolean)

System_CAPS_pubmethodSystem_CAPS_static 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