Class StateValue

java.lang.Object
com.azure.core.util.ExpandableStringEnum<StateValue>
com.azure.resourcemanager.synapse.models.StateValue

public final class StateValue extends com.azure.core.util.ExpandableStringEnum<StateValue>
property configuration state.
  • Field Details

    • CONSISTENT

      public static final StateValue CONSISTENT
      Static value Consistent for StateValue.
    • IN_CONSISTENT

      public static final StateValue IN_CONSISTENT
      Static value InConsistent for StateValue.
    • UPDATING

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

  • Method Details

    • fromString

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

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