DeletedAppConfigurationStoreCollection.GetAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen gelöschten Azure-App-Konfigurationsspeicher ab.
- Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}
- Vorgangs-IdConfigurationStores_GetDeleted
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppConfiguration.DeletedAppConfigurationStoreResource>> GetAsync (Azure.Core.AzureLocation location, string configStoreName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppConfiguration.DeletedAppConfigurationStoreResource>>
override this.GetAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppConfiguration.DeletedAppConfigurationStoreResource>>
Public Overridable Function GetAsync (location As AzureLocation, configStoreName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DeletedAppConfigurationStoreResource))
Parameter
- location
- AzureLocation
Der Ort, 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:
Azure SDK for .NET