다음을 통해 공유


SkusExtensions.ListAsync(ISkus, CancellationToken) Method

Definition

Get the list of StorageCache.Cache SKUs available to this subscription.

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

Parameters

operations
ISkus

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to