Uses of Class
com.azure.resourcemanager.appcontainers.models.AuthPlatform
-
Packages that use AuthPlatform Package Description 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 AuthPlatform in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return AuthPlatform Modifier and Type Method Description AuthPlatform
AuthConfigInner. platform()
Get the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization.AuthPlatform
AuthConfigProperties. platform()
Get the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type AuthPlatform Modifier and Type Method Description AuthConfigInner
AuthConfigInner. withPlatform(AuthPlatform platform)
Set the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization.AuthConfigProperties
AuthConfigProperties. withPlatform(AuthPlatform platform)
Set the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization. -
Uses of AuthPlatform in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AuthPlatform Modifier and Type Method Description AuthPlatform
AuthConfig. platform()
Gets the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization.AuthPlatform
AuthPlatform. withEnabled(Boolean enabled)
Set the enabled property: <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.AuthPlatform
AuthPlatform. withRuntimeVersion(String runtimeVersion)
Set the runtimeVersion property: The RuntimeVersion of the Authentication / Authorization feature in use for the current app.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AuthPlatform Modifier and Type Method Description AuthConfig.DefinitionStages.WithCreate
AuthConfig.DefinitionStages.WithPlatform. withPlatform(AuthPlatform platform)
Specifies the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization..AuthConfig.Update
AuthConfig.UpdateStages.WithPlatform. withPlatform(AuthPlatform platform)
Specifies the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization..
-