DeletedAppConfigurationStoreCollection.GetAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un magasin de configuration d’application Azure supprimé.
- Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}
- IdConfigurationStores_GetDeleted d’opération
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))
Paramètres
- location
- AzureLocation
Emplacement dans lequel l’unicité sera vérifiée.
- configStoreName
- String
Nom du magasin de configuration.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
configStoreName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
configStoreName
a la valeur null.
S’applique à
Azure SDK for .NET