ContainerAppResource.GetAuthConfigAsync(String, CancellationToken) 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.
Obtenir une authConfig d’une application conteneur. Chemin de la requête : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName} ID d’opération : ContainerAppsAuthConfigs_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Applications.Containers.AuthConfigResource>> GetAuthConfigAsync (string authConfigName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAuthConfigAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Applications.Containers.AuthConfigResource>>
override this.GetAuthConfigAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Applications.Containers.AuthConfigResource>>
Public Overridable Function GetAuthConfigAsync (authConfigName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AuthConfigResource))
Paramètres
- authConfigName
- String
Nom de l’authConfig d’application conteneur.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
authConfigName
est une chaîne vide et devait être non vide.
authConfigName
a la valeur null.
S’applique à
Azure SDK for .NET