Uses of Interface
com.azure.resourcemanager.appcontainers.models.AuthConfig
-
Packages that use AuthConfig Package Description com.azure.resourcemanager.appcontainers.models 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 AuthConfig Modifier and Type Method Description AuthConfig
AuthConfig.Update. apply()
Executes the update request.AuthConfig
AuthConfig.Update. apply(com.azure.core.util.Context context)
Executes the update request.AuthConfig
AuthConfig.DefinitionStages.WithCreate. create()
Executes the create request.AuthConfig
AuthConfig.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.AuthConfig
ContainerAppsAuthConfigs. get(String resourceGroupName, String containerAppName, String name)
Get a AuthConfig of a Container App.AuthConfig
ContainerAppsAuthConfigs. getById(String id)
Get a AuthConfig of a Container App.AuthConfig
AuthConfig. refresh()
Refreshes the resource to sync with Azure.AuthConfig
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 AuthConfig Modifier and Type Method Description com.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 name, 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.
-