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)

<ExtensionAttribute>
Public Shared Function ListAsync (
	operations As IRuleOperations
) As Task(Of RuleListResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations

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

Return Value

Type: System.Threading.Tasks.Task(Of RuleListResponse)

The List Rules operation response.

Return to top
Show: