Freigeben über


PrivateStoreCollection.ExistsAsync(Guid, CancellationToken) Methode

Definition

Überprüft, ob die Ressource in Azure vorhanden ist.

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

Parameter

privateStoreId
Guid

Die Speicher-ID muss die Mandanten-ID verwenden.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: