你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerAppsAuthConfigs interface

Interface representing a ContainerAppsAuthConfigs.

Methods

createOrUpdate(string, string, string, AuthConfig, ContainerAppsAuthConfigsCreateOrUpdateOptionalParams)

Create or update the AuthConfig for a Container App.

delete(string, string, string, ContainerAppsAuthConfigsDeleteOptionalParams)

Delete a Container App AuthConfig.

get(string, string, string, ContainerAppsAuthConfigsGetOptionalParams)

Get a AuthConfig of a Container App.

listByContainerApp(string, string, ContainerAppsAuthConfigsListByContainerAppOptionalParams)

Get the Container App AuthConfigs in a given resource group.

Method Details

createOrUpdate(string, string, string, AuthConfig, ContainerAppsAuthConfigsCreateOrUpdateOptionalParams)

Create or update the AuthConfig for a Container App.

function createOrUpdate(resourceGroupName: string, containerAppName: string, authConfigName: string, authConfigEnvelope: AuthConfig, options?: ContainerAppsAuthConfigsCreateOrUpdateOptionalParams): Promise<AuthConfig>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

containerAppName

string

Name of the Container App.

authConfigName

string

Name of the Container App AuthConfig.

authConfigEnvelope
AuthConfig

Properties used to create a Container App AuthConfig

Returns

Promise<AuthConfig>

delete(string, string, string, ContainerAppsAuthConfigsDeleteOptionalParams)

Delete a Container App AuthConfig.

function delete(resourceGroupName: string, containerAppName: string, authConfigName: string, options?: ContainerAppsAuthConfigsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

containerAppName

string

Name of the Container App.

authConfigName

string

Name of the Container App AuthConfig.

options
ContainerAppsAuthConfigsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, ContainerAppsAuthConfigsGetOptionalParams)

Get a AuthConfig of a Container App.

function get(resourceGroupName: string, containerAppName: string, authConfigName: string, options?: ContainerAppsAuthConfigsGetOptionalParams): Promise<AuthConfig>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

containerAppName

string

Name of the Container App.

authConfigName

string

Name of the Container App AuthConfig.

options
ContainerAppsAuthConfigsGetOptionalParams

The options parameters.

Returns

Promise<AuthConfig>

listByContainerApp(string, string, ContainerAppsAuthConfigsListByContainerAppOptionalParams)

Get the Container App AuthConfigs in a given resource group.

function listByContainerApp(resourceGroupName: string, containerAppName: string, options?: ContainerAppsAuthConfigsListByContainerAppOptionalParams): PagedAsyncIterableIterator<AuthConfig, AuthConfig[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

containerAppName

string

Name of the Container App.

Returns