Compartir a través de


SnapshotsOperationsExtensions.ListAsync Método

Definición

Muestra instantáneas en una suscripción.

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

Parámetros

operations
ISnapshotsOperations

El grupo de operaciones de este método de extensión.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a