RuleOperationsExtensions.ListAsync(IRuleOperations) Method

Definition

List the alert rules within a subscription.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.RuleListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.RuleListResponse>
<Extension()>
Public Function ListAsync (operations As IRuleOperations) As Task(Of RuleListResponse)

Parameters

operations
IRuleOperations

Reference to the Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations.

Returns

The List Rules operation response.

Applies to