Class ConfigServerState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ConfigServerState>
com.azure.resourcemanager.appplatform.models.ConfigServerState

public final class ConfigServerState extends com.azure.core.util.ExpandableStringEnum<ConfigServerState>
State of the config server.
  • Field Details

    • NOT_AVAILABLE

      public static final ConfigServerState NOT_AVAILABLE
      Static value NotAvailable for ConfigServerState.
    • DELETED

      public static final ConfigServerState DELETED
      Static value Deleted for ConfigServerState.
    • FAILED

      public static final ConfigServerState FAILED
      Static value Failed for ConfigServerState.
    • SUCCEEDED

      public static final ConfigServerState SUCCEEDED
      Static value Succeeded for ConfigServerState.
    • UPDATING

      public static final ConfigServerState UPDATING
      Static value Updating for ConfigServerState.
  • Constructor Details

    • ConfigServerState

      @Deprecated public ConfigServerState()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ConfigServerState value.
  • Method Details

    • fromString

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

      public static Collection<ConfigServerState> values()
      Gets known ConfigServerState values.
      Returns:
      known ConfigServerState values.