Partager via


OperationsExtensions.ListAsync(IOperations, CancellationToken) Méthode

Définition

Répertorier les opérations disponibles.

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

Paramètres

operations
IOperations

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Répertoriez les opérations disponibles prises en charge par le fournisseur de ressources Microsoft.EventGrid.

S’applique à