Class ServiceEventState


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

      • DISABLED

        public static final ServiceEventState DISABLED
        Static value Disabled for ServiceEventState.
      • ENABLED

        public static final ServiceEventState ENABLED
        Static value Enabled for ServiceEventState.
      • UPDATING

        public static final ServiceEventState UPDATING
        Static value Updating for ServiceEventState.
    • Constructor Detail

      • ServiceEventState

        public ServiceEventState()
    • Method Detail

      • fromString

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