Class LinuxOsState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<LinuxOsState>
com.azure.resourcemanager.devtestlabs.models.LinuxOsState

public final class LinuxOsState extends com.azure.core.util.ExpandableStringEnum<LinuxOsState>
The state of the Linux OS (i.e. NonDeprovisioned, DeprovisionRequested, DeprovisionApplied).
  • Field Details

    • NON_DEPROVISIONED

      public static final LinuxOsState NON_DEPROVISIONED
      Static value NonDeprovisioned for LinuxOsState.
    • DEPROVISION_REQUESTED

      public static final LinuxOsState DEPROVISION_REQUESTED
      Static value DeprovisionRequested for LinuxOsState.
    • DEPROVISION_APPLIED

      public static final LinuxOsState DEPROVISION_APPLIED
      Static value DeprovisionApplied for LinuxOsState.
  • Constructor Details

    • LinuxOsState

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

    • fromString

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

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