Share via


UsageModelsExtensions.ListAsync(IUsageModels, CancellationToken) Method

Definition

Get the list of Cache Usage Models available to this subscription.

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

Parameters

operations
IUsageModels

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to