ContainerAppsAuthConfigsOperations interface
Interface representing a ContainerAppsAuthConfigs operations.
Properties
| create |
Create or update the AuthConfig for a Container App. |
| delete | Delete a Container App AuthConfig. |
| get | Get a AuthConfig of a Container App. |
| list |
Get the Container App AuthConfigs in a given resource group. |
Property Details
createOrUpdate
Create or update the AuthConfig for a Container App.
createOrUpdate: (resourceGroupName: string, containerAppName: string, authConfigName: string, authConfigEnvelope: AuthConfig, options?: ContainerAppsAuthConfigsCreateOrUpdateOptionalParams) => Promise<AuthConfig>
Property Value
(resourceGroupName: string, containerAppName: string, authConfigName: string, authConfigEnvelope: AuthConfig, options?: ContainerAppsAuthConfigsCreateOrUpdateOptionalParams) => Promise<AuthConfig>
delete
Delete a Container App AuthConfig.
delete: (resourceGroupName: string, containerAppName: string, authConfigName: string, options?: ContainerAppsAuthConfigsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, containerAppName: string, authConfigName: string, options?: ContainerAppsAuthConfigsDeleteOptionalParams) => Promise<void>
get
Get a AuthConfig of a Container App.
get: (resourceGroupName: string, containerAppName: string, authConfigName: string, options?: ContainerAppsAuthConfigsGetOptionalParams) => Promise<AuthConfig>
Property Value
(resourceGroupName: string, containerAppName: string, authConfigName: string, options?: ContainerAppsAuthConfigsGetOptionalParams) => Promise<AuthConfig>
listByContainerApp
Get the Container App AuthConfigs in a given resource group.
listByContainerApp: (resourceGroupName: string, containerAppName: string, options?: ContainerAppsAuthConfigsListByContainerAppOptionalParams) => PagedAsyncIterableIterator<AuthConfig, AuthConfig[], PageSettings>
Property Value
(resourceGroupName: string, containerAppName: string, options?: ContainerAppsAuthConfigsListByContainerAppOptionalParams) => PagedAsyncIterableIterator<AuthConfig, AuthConfig[], PageSettings>