共用方式為


PrivateStoreOperationsExtensions.ListAsync Method

Definition

Gets the list of available private stores.

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

Parameters

operations
IPrivateStoreOperations

The operations group for this extension method.

useCache
String

Determines if to use cache or DB for serving this request

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to