Class ProfileResourceState


  • public final class ProfileResourceState
    extends com.azure.core.util.ExpandableStringEnum<ProfileResourceState>
    Defines values for ProfileResourceState.
    • Field Detail

      • CREATING

        public static final ProfileResourceState CREATING
        Static value Creating for ProfileResourceState.
      • ACTIVE

        public static final ProfileResourceState ACTIVE
        Static value Active for ProfileResourceState.
      • DELETING

        public static final ProfileResourceState DELETING
        Static value Deleting for ProfileResourceState.
      • DISABLED

        public static final ProfileResourceState DISABLED
        Static value Disabled for ProfileResourceState.
    • Constructor Detail

      • ProfileResourceState

        public ProfileResourceState()
    • Method Detail

      • fromString

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