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.
      • INACCESSIBLE

        public static final ServerState INACCESSIBLE
        Static value Inaccessible 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.