Share via


MockableMarketplaceTenantResource.GetPrivateStoreAsync Method

Definition

Get information about the private store

  • Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}
  • Operation Id: PrivateStore_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreResource>> GetPrivateStoreAsync (Guid privateStoreId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateStoreAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreResource>>
override this.GetPrivateStoreAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreResource>>
Public Overridable Function GetPrivateStoreAsync (privateStoreId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PrivateStoreResource))

Parameters

privateStoreId
Guid

The store ID - must use the tenant ID.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to