共用方式為


PrivateStoreOperationsExtensions.GetAsync Method

Definition

Get information about the private store

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

Parameters

operations
IPrivateStoreOperations

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