RuleOperationsExtensions.ListAsync Method (IRuleOperations)

 

List the alert rules within a subscription.

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

Syntax

public static Task<RuleListResponse> ListAsync(
    this IRuleOperations operations
)
public:
[ExtensionAttribute]
static Task<RuleListResponse^>^ ListAsync(
    IRuleOperations^ operations
)
static member ListAsync : 
        operations:IRuleOperations -> Task<RuleListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As IRuleOperations
) As Task(Of RuleListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<RuleListResponse>

The List Rules operation response.

See Also

RuleOperationsExtensions Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace

Return to top