Compartilhar via


SnapshotsOperationsExtensions.ListAsync Método

Definição

Lista instantâneos em uma assinatura.

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

Parâmetros

operations
ISnapshotsOperations

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a