Share via


AlertRulesOperationsExtensions.ListBySubscriptionAsync Method

Definition

List the classic metric alert rules within a subscription.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Monitor.Models.AlertRuleResource>> ListBySubscriptionAsync (this Microsoft.Azure.Management.Monitor.IAlertRulesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.Monitor.IAlertRulesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Monitor.Models.AlertRuleResource>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IAlertRulesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of AlertRuleResource))

Parameters

operations
IAlertRulesOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to