Partager via


MetricAlertsOperationsExtensions.ListBySubscriptionAsync Méthode

Définition

Récupérer les définitions de règles d’alerte dans un abonnement.

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

Paramètres

operations
IMetricAlertsOperations

Groupe d’opérations pour cette méthode d’extension.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à