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 IdentitySettingsLifeCycleIdentitySettingsLifeCycle.ALLStatic value All for IdentitySettingsLifeCycle.static final IdentitySettingsLifeCycleIdentitySettingsLifeCycle.INITStatic value Init for IdentitySettingsLifeCycle.static final IdentitySettingsLifeCycleIdentitySettingsLifeCycle.MAINStatic value Main for IdentitySettingsLifeCycle.static final IdentitySettingsLifeCycleIdentitySettingsLifeCycle.NONEStatic value None for IdentitySettingsLifeCycle.Methods in com.azure.resourcemanager.appcontainers.models that return IdentitySettingsLifeCycleModifier and TypeMethodDescriptionstatic IdentitySettingsLifeCycleIdentitySettingsLifeCycle.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.