Partager via


SnapshotsOperationsExtensions.ListAsync Méthode

Définition

Répertorie les instantanés sous un abonnement.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Snapshot>> ListAsync (this Microsoft.Azure.Management.Compute.ISnapshotsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Compute.ISnapshotsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Snapshot>>
<Extension()>
Public Function ListAsync (operations As ISnapshotsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Snapshot))

Paramètres

operations
ISnapshotsOperations

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à