Share via


RuleOperationsExtensions.List 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 RuleListResponse List(
    this IRuleOperations operations
)
public:
[ExtensionAttribute]
static RuleListResponse^ List(
    IRuleOperations^ operations
)
static member List : 
        operations:IRuleOperations -> RuleListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IRuleOperations
) As RuleListResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.RuleListResponse

The List Rules operation response.

See Also

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

Return to top