Uses of Interface
com.azure.resourcemanager.appcontainers.models.AuthConfig
Packages that use AuthConfig
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of AuthConfig in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AuthConfigModifier and TypeMethodDescriptionAuthConfig.Update.apply()
Executes the update request.AuthConfig.Update.apply
(com.azure.core.util.Context context) Executes the update request.AuthConfig.DefinitionStages.WithCreate.create()
Executes the create request.AuthConfig.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.ContainerAppsAuthConfigs.get
(String resourceGroupName, String containerAppName, String authConfigName) Get a AuthConfig of a Container App.Get a AuthConfig of a Container App.AuthConfig.refresh()
Refreshes the resource to sync with Azure.AuthConfig.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type AuthConfigModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<AuthConfig> ContainerAppsAuthConfigs.getByIdWithResponse
(String id, com.azure.core.util.Context context) Get a AuthConfig of a Container App.com.azure.core.http.rest.Response
<AuthConfig> ContainerAppsAuthConfigs.getWithResponse
(String resourceGroupName, String containerAppName, String authConfigName, com.azure.core.util.Context context) Get a AuthConfig of a Container App.com.azure.core.http.rest.PagedIterable
<AuthConfig> ContainerAppsAuthConfigs.listByContainerApp
(String resourceGroupName, String containerAppName) Get the Container App AuthConfigs in a given resource group.com.azure.core.http.rest.PagedIterable
<AuthConfig> ContainerAppsAuthConfigs.listByContainerApp
(String resourceGroupName, String containerAppName, com.azure.core.util.Context context) Get the Container App AuthConfigs in a given resource group.