RuleOperationsExtensions.List(IRuleOperations) Method

Definition

List the alert rules within a subscription.

public static Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.RuleListResponse List (this Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations operations);
static member List : Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations -> Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.RuleListResponse
<Extension()>
Public Function List (operations As IRuleOperations) As RuleListResponse

Parameters

operations
IRuleOperations

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

Returns

The List Rules operation response.

Applies to