Freigeben über


MarketplaceExtensions.GetPrivateStoreAsync Methode

Definition

Abrufen von Informationen zum privaten Speicher

  • Anforderungspfad/providers/Microsoft.Marketplace/privateStores/{privateStoreId}
  • Vorgangs-IdPrivateStore_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreResource>> GetPrivateStoreAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Guid privateStoreId, System.Threading.CancellationToken cancellationToken = default);
static member GetPrivateStoreAsync : Azure.ResourceManager.Resources.TenantResource * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreResource>>
<Extension()>
Public Function GetPrivateStoreAsync (tenantResource As TenantResource, privateStoreId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PrivateStoreResource))

Parameter

tenantResource
TenantResource

Der TenantResource instance die -Methode ausgeführt wird.

privateStoreId
Guid

Die Speicher-ID muss die Mandanten-ID verwenden.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: