Uses of Class
com.azure.resourcemanager.appcontainers.models.AuthPlatform
Packages that use AuthPlatform
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
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 AuthPlatformModifier and TypeMethodDescriptionAuthConfigInner.platform()
Get the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization.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 AuthPlatformModifier and TypeMethodDescriptionAuthConfigInner.withPlatform
(AuthPlatform platform) Set the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization.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 AuthPlatformModifier and TypeMethodDescriptionstatic AuthPlatform
AuthPlatform.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AuthPlatform from the JsonReader.AuthConfig.platform()
Gets the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization.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.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 AuthPlatformModifier and TypeMethodDescriptionAuthConfig.DefinitionStages.WithPlatform.withPlatform
(AuthPlatform platform) Specifies the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization..AuthConfig.UpdateStages.WithPlatform.withPlatform
(AuthPlatform platform) Specifies the platform property: The configuration settings of the platform of ContainerApp Service Authentication/Authorization..