다음을 통해 공유


PrivateStoreCollectionOperationsExtensions.ListAsync Method

Definition

Gets private store collections list

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

Parameters

operations
IPrivateStoreCollectionOperations

The operations group for this extension method.

privateStoreId
String

The store ID - must use the tenant ID

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to