Share via


SkusOperationsExtensions.ListAsync(ISkusOperations, CancellationToken) Method

Definition

Lists the available SKUs supported by Microsoft.Storage for given subscription.

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

Parameters

operations
ISkusOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to