Compartilhar via


AlertRulesOperationsExtensions.ListBySubscriptionAsync Método

Definição

Liste as regras de alerta de métrica clássicas em uma assinatura.

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))

Parâmetros

operations
IAlertRulesOperations

O grupo de operações para esse método de extensão.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a