Compartilhar via


SkusOperationsExtensions.ListAsync(ISkusOperations, CancellationToken) Método

Definição

Lista os SKUs disponíveis com suporte do Microsoft.Storage para determinada assinatura.

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

Parâmetros

operations
ISkusOperations

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a