Freigeben über


PrivateStoreCollection.GetAsync(Guid, CancellationToken) Methode

Definition

Abrufen von Informationen zum privaten Speicher

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

Parameter

privateStoreId
Guid

Die Speicher-ID muss die Mandanten-ID verwenden.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: