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 Details

  • Constructor Details

    • IdentitySettingsLifeCycle

      @Deprecated public IdentitySettingsLifeCycle()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of IdentitySettingsLifeCycle value.
  • Method Details

    • fromString

      public static IdentitySettingsLifeCycle fromString(String name)
      Creates or finds a IdentitySettingsLifeCycle from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding IdentitySettingsLifeCycle.
    • values

      public static Collection<IdentitySettingsLifeCycle> values()
      Gets known IdentitySettingsLifeCycle values.
      Returns:
      known IdentitySettingsLifeCycle values.