Freigeben über


ContainerAppResource.GetContainerAppAuthConfig Methode

Definition

Rufen Sie eine AuthConfig einer Container-App ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName}
  • Vorgangs-IdContainerAppsAuthConfigs_Get
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)

Parameter

authConfigName
String

Name der Container-App AuthConfig.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

authConfigName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

authConfigName ist NULL.

Gilt für: