Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.AuthConfigInner
-
Packages that use AuthConfigInner Package Description com.azure.resourcemanager.appcontainers.fluent Package containing the service clients for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models 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 AuthConfigInner Modifier and Type Method Description AuthConfigInner
ContainerAppsAuthConfigsClient. createOrUpdate(String resourceGroupName, String containerAppName, String name, AuthConfigInner authConfigEnvelope)
Description for Create or update the AuthConfig for a Container App.AuthConfigInner
ContainerAppsAuthConfigsClient. get(String resourceGroupName, String containerAppName, String name)
Get a AuthConfig of a Container App.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type AuthConfigInner Modifier and Type Method Description com.azure.core.http.rest.Response<AuthConfigInner>
ContainerAppsAuthConfigsClient. createOrUpdateWithResponse(String resourceGroupName, String containerAppName, String name, AuthConfigInner authConfigEnvelope, com.azure.core.util.Context context)
Description for Create or update the AuthConfig for a Container App.com.azure.core.http.rest.Response<AuthConfigInner>
ContainerAppsAuthConfigsClient. 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<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 AuthConfigInner Modifier and Type Method Description AuthConfigInner
ContainerAppsAuthConfigsClient. createOrUpdate(String resourceGroupName, String containerAppName, String name, AuthConfigInner authConfigEnvelope)
Description for Create or update the AuthConfig for a Container App.com.azure.core.http.rest.Response<AuthConfigInner>
ContainerAppsAuthConfigsClient. createOrUpdateWithResponse(String resourceGroupName, String containerAppName, String name, AuthConfigInner authConfigEnvelope, com.azure.core.util.Context context)
Description for 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 AuthConfigInner Modifier and Type Method Description AuthConfigInner
AuthConfigInner. withGlobalValidation(GlobalValidation globalValidation)
Set the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization.AuthConfigInner
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
AuthConfigInner. withIdentityProviders(IdentityProviders identityProviders)
Set the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.AuthConfigInner
AuthConfigInner. withLogin(Login login)
Set the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.AuthConfigInner
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 AuthConfigInner Modifier and Type Method Description AuthConfigInner
AuthConfig. 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 AuthConfigInner Modifier and Type Method Description List<AuthConfigInner>
AuthConfigCollection. value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type AuthConfigInner Modifier and Type Method Description AuthConfigCollection
AuthConfigCollection. withValue(List<AuthConfigInner> value)
Set the value property: Collection of resources.
-