Class StopOnDisconnectStatus

java.lang.Object
com.azure.core.util.ExpandableStringEnum<StopOnDisconnectStatus>
com.azure.developer.devcenter.models.StopOnDisconnectStatus
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class StopOnDisconnectStatus extends com.azure.core.util.ExpandableStringEnum<StopOnDisconnectStatus>
Indicates whether the feature to stop the devbox on disconnect once the grace period has lapsed is enabled.
  • Field Details

    • ENABLED

      public static final StopOnDisconnectStatus ENABLED
      Stop on disconnect is enabled on the Dev Box.
    • DISABLED

      public static final StopOnDisconnectStatus DISABLED
      Stop on disconnect is not enabled on the Dev Box.
  • Constructor Details

    • StopOnDisconnectStatus

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

    • fromString

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

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