Partager via


DeletedAppConfigurationStoreCollection.GetAsync Méthode

Définition

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 à