Udostępnij za pośrednictwem


SkusOperationsExtensions.ListAsync(ISkusOperations, CancellationToken) Method

Definition

Lists all of the available skus of the Microsoft.AppPlatform provider.

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

Parameters

operations
ISkusOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to