ContainerAppsAuthConfigs interface
Interface representing a ContainerAppsAuthConfigs.
Methods
create |
Create or update the AuthConfig for a Container App. |
delete(string, string, string, Container |
Delete a Container App AuthConfig. |
get(string, string, string, Container |
Get a AuthConfig of a Container App. |
list |
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
The options parameters.
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.
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.
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.
The options parameters.