Class IdentitySettingsLifeCycle
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IdentitySettingsLifeCycle>
com.azure.resourcemanager.appcontainers.models.IdentitySettingsLifeCycle
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class IdentitySettingsLifeCycle
extends com.azure.core.util.ExpandableStringEnum<IdentitySettingsLifeCycle>
Use to select the lifecycle stages of a Container App during which the Managed Identity should be available.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IdentitySettingsLifeCycleStatic value All for IdentitySettingsLifeCycle.static final IdentitySettingsLifeCycleStatic value Init for IdentitySettingsLifeCycle.static final IdentitySettingsLifeCycleStatic value Main for IdentitySettingsLifeCycle.static final IdentitySettingsLifeCycleStatic value None for IdentitySettingsLifeCycle. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IdentitySettingsLifeCyclefromString(String name) Creates or finds a IdentitySettingsLifeCycle from its string representation.static Collection<IdentitySettingsLifeCycle> values()Gets known IdentitySettingsLifeCycle values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
INIT
Static value Init for IdentitySettingsLifeCycle. -
MAIN
Static value Main for IdentitySettingsLifeCycle. -
NONE
Static value None for IdentitySettingsLifeCycle. -
ALL
Static value All for IdentitySettingsLifeCycle.
-
-
Constructor Details
-
IdentitySettingsLifeCycle
Deprecated.Use thefromString(String)factory method.Creates a new instance of IdentitySettingsLifeCycle value.
-
-
Method Details
-
fromString
Creates or finds a IdentitySettingsLifeCycle from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding IdentitySettingsLifeCycle.
-
values
Gets known IdentitySettingsLifeCycle values.- Returns:
- known IdentitySettingsLifeCycle values.
-
fromString(String)factory method.