Class ServerState


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

      • READY

        public static final ServerState READY
        Static value Ready for ServerState.
      • DROPPING

        public static final ServerState DROPPING
        Static value Dropping for ServerState.
      • DISABLED

        public static final ServerState DISABLED
        Static value Disabled for ServerState.
      • STARTING

        public static final ServerState STARTING
        Static value Starting for ServerState.
      • STOPPING

        public static final ServerState STOPPING
        Static value Stopping for ServerState.
      • STOPPED

        public static final ServerState STOPPED
        Static value Stopped for ServerState.
      • UPDATING

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

      • ServerState

        public ServerState()
    • Method Detail

      • fromString

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