Compartilhar via


ContainerAppResource.GetContainerAppAuthConfig Método

Definição

Obtenha um AuthConfig de um Aplicativo de Contêiner.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName}
  • IdContainerAppsAuthConfigs_Get de operação
public virtual Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppAuthConfigResource> GetContainerAppAuthConfig (string authConfigName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerAppAuthConfig : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppAuthConfigResource>
override this.GetContainerAppAuthConfig : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppAuthConfigResource>
Public Overridable Function GetContainerAppAuthConfig (authConfigName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerAppAuthConfigResource)

Parâmetros

authConfigName
String

Nome do Aplicativo de Contêiner AuthConfig.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

authConfigName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

authConfigName é nulo.

Aplica-se a