Class EnabledState


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

      • ENABLED

        public static final EnabledState ENABLED
        Static value Enabled for EnabledState.
      • DISABLED

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

      • EnabledState

        public EnabledState()
    • Method Detail

      • fromString

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