Class ControllerState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ControllerState>
com.azure.resourcemanager.delegatednetwork.models.ControllerState

public final class ControllerState extends com.azure.core.util.ExpandableStringEnum<ControllerState>
The current state of dnc controller resource.
  • Field Details

    • DELETING

      public static final ControllerState DELETING
      Static value Deleting for ControllerState.
    • SUCCEEDED

      public static final ControllerState SUCCEEDED
      Static value Succeeded for ControllerState.
    • FAILED

      public static final ControllerState FAILED
      Static value Failed for ControllerState.
    • PROVISIONING

      public static final ControllerState PROVISIONING
      Static value Provisioning for ControllerState.
  • Constructor Details

    • ControllerState

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

    • fromString

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

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