次の方法で共有


ContainerAppResource.GetContainerAppAuthConfigAsync メソッド

定義

コンテナー アプリの AuthConfig を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName}
  • 操作IdContainerAppsAuthConfigs_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppAuthConfigResource>> GetContainerAppAuthConfigAsync (string authConfigName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerAppAuthConfigAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppAuthConfigResource>>
override this.GetContainerAppAuthConfigAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppAuthConfigResource>>
Public Overridable Function GetContainerAppAuthConfigAsync (authConfigName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerAppAuthConfigResource))

パラメーター

authConfigName
String

Container App AuthConfig の名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

authConfigName は空の文字列であり、空でないと予想されていました。

authConfigName が null です。

適用対象