Freigeben über


DeletedAppConfigurationStoreCollection.Exists Methode

Definition

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

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}
  • Vorgang IdConfigurationStores_GetDeleted
public virtual Azure.Response<bool> Exists (Azure.Core.AzureLocation location, string configStoreName, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (location As AzureLocation, configStoreName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameter

location
AzureLocation

Der Speicherort, an dem die Eindeutigkeit überprüft wird.

configStoreName
String

Der Name des Konfigurationsspeichers.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

configStoreName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

configStoreName ist NULL.

Gilt für: