Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.AuthConfigInner
Packages that use AuthConfigInner
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of AuthConfigInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return AuthConfigInnerModifier and TypeMethodDescriptionContainerAppsAuthConfigsClient.createOrUpdate(String resourceGroupName, String containerAppName, String authConfigName, AuthConfigInner authConfigEnvelope) Create or update the AuthConfig for a Container App.ContainerAppsAuthConfigsClient.get(String resourceGroupName, String containerAppName, String authConfigName) Get a AuthConfig of a Container App.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type AuthConfigInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AuthConfigInner> ContainerAppsAuthConfigsClient.createOrUpdateWithResponse(String resourceGroupName, String containerAppName, String authConfigName, AuthConfigInner authConfigEnvelope, com.azure.core.util.Context context) Create or update the AuthConfig for a Container App.com.azure.core.http.rest.Response<AuthConfigInner> ContainerAppsAuthConfigsClient.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<AuthConfigInner> ContainerAppsAuthConfigsClient.listByContainerApp(String resourceGroupName, String containerAppName) Get the Container App AuthConfigs in a given resource group.com.azure.core.http.rest.PagedIterable<AuthConfigInner> ContainerAppsAuthConfigsClient.listByContainerApp(String resourceGroupName, String containerAppName, com.azure.core.util.Context context) Get the Container App AuthConfigs in a given resource group.Methods in com.azure.resourcemanager.appcontainers.fluent with parameters of type AuthConfigInnerModifier and TypeMethodDescriptionContainerAppsAuthConfigsClient.createOrUpdate(String resourceGroupName, String containerAppName, String authConfigName, AuthConfigInner authConfigEnvelope) Create or update the AuthConfig for a Container App.com.azure.core.http.rest.Response<AuthConfigInner> ContainerAppsAuthConfigsClient.createOrUpdateWithResponse(String resourceGroupName, String containerAppName, String authConfigName, AuthConfigInner authConfigEnvelope, com.azure.core.util.Context context) Create or update the AuthConfig for a Container App. -
Uses of AuthConfigInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return AuthConfigInnerModifier and TypeMethodDescriptionstatic AuthConfigInnerAuthConfigInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthConfigInner from the JsonReader.AuthConfigInner.withEncryptionSettings(EncryptionSettings encryptionSettings) Set the encryptionSettings property: The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.AuthConfigInner.withGlobalValidation(GlobalValidation globalValidation) Set the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization.AuthConfigInner.withHttpSettings(HttpSettings httpSettings) Set the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.AuthConfigInner.withIdentityProviders(IdentityProviders identityProviders) Set the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.Set the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.AuthConfigInner.withPlatform(AuthPlatform platform) Set the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization. -
Uses of AuthConfigInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AuthConfigInnerModifier and TypeMethodDescriptionAuthConfig.innerModel()Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.AuthConfigInner object.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type AuthConfigInnerModifier and TypeMethodDescriptionAuthConfigCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type AuthConfigInnerModifier and TypeMethodDescriptionAuthConfigCollection.withValue(List<AuthConfigInner> value) Set the value property: Collection of resources.