Freigeben über


DeletedAppConfigurationStoreCollection.Get Methode

Definition

Ruft einen gelöschten Azure App-Konfigurationsspeicher ab.

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

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: