Uses of Class
com.azure.resourcemanager.appcontainers.models.IdentitySettingsLifeCycle
Packages that use IdentitySettingsLifeCycle
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of IdentitySettingsLifeCycle in com.azure.resourcemanager.appcontainers.models
Fields in com.azure.resourcemanager.appcontainers.models declared as IdentitySettingsLifeCycleModifier and TypeFieldDescriptionstatic final IdentitySettingsLifeCycle
IdentitySettingsLifeCycle.ALL
Static value All for IdentitySettingsLifeCycle.static final IdentitySettingsLifeCycle
IdentitySettingsLifeCycle.INIT
Static value Init for IdentitySettingsLifeCycle.static final IdentitySettingsLifeCycle
IdentitySettingsLifeCycle.MAIN
Static value Main for IdentitySettingsLifeCycle.static final IdentitySettingsLifeCycle
IdentitySettingsLifeCycle.NONE
Static value None for IdentitySettingsLifeCycle.Methods in com.azure.resourcemanager.appcontainers.models that return IdentitySettingsLifeCycleModifier and TypeMethodDescriptionstatic IdentitySettingsLifeCycle
IdentitySettingsLifeCycle.fromString
(String name) Creates or finds a IdentitySettingsLifeCycle from its string representation.IdentitySettings.lifecycle()
Get the lifecycle property: Use to select the lifecycle stages of a Container App during which the Managed Identity should be available.ManagedIdentitySetting.lifecycle()
Get the lifecycle property: Use to select the lifecycle stages of a Session Pool during which the Managed Identity should be available.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type IdentitySettingsLifeCycleModifier and TypeMethodDescriptionstatic Collection
<IdentitySettingsLifeCycle> IdentitySettingsLifeCycle.values()
Gets known IdentitySettingsLifeCycle values.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type IdentitySettingsLifeCycleModifier and TypeMethodDescriptionIdentitySettings.withLifecycle
(IdentitySettingsLifeCycle lifecycle) Set the lifecycle property: Use to select the lifecycle stages of a Container App during which the Managed Identity should be available.ManagedIdentitySetting.withLifecycle
(IdentitySettingsLifeCycle lifecycle) Set the lifecycle property: Use to select the lifecycle stages of a Session Pool during which the Managed Identity should be available.