Freigeben über


PrivateStoreCollection.Exists(Guid, CancellationToken) Methode

Definition

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

  • Anforderungspfad/providers/Microsoft.Marketplace/privateStores/{privateStoreId}
  • Vorgang IdPrivateStore_Get
public virtual Azure.Response<bool> Exists (Guid privateStoreId, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : Guid * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : Guid * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (privateStoreId As Guid, Optional cancellationToken As CancellationToken = Nothing) As 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: