RuleOperationsExtensions 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.RuleOperationsExtensions

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static CreateOrUpdate(IRuleOperations, RuleCreateOrUpdateParameters)

System_CAPS_pubmethodSystem_CAPS_static CreateOrUpdateAsync(IRuleOperations, RuleCreateOrUpdateParameters)

System_CAPS_pubmethodSystem_CAPS_static Delete(IRuleOperations, String)

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IRuleOperations, String)

System_CAPS_pubmethodSystem_CAPS_static Get(IRuleOperations, String)

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IRuleOperations, String)

System_CAPS_pubmethodSystem_CAPS_static List(IRuleOperations)

List the alert rules within a subscription.

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IRuleOperations)

List the alert rules within a subscription.

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