Class VMGuestPatchRebootStatus

java.lang.Object
com.azure.core.util.ExpandableStringEnum<VMGuestPatchRebootStatus>
com.azure.resourcemanager.hybridcompute.models.VMGuestPatchRebootStatus
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class VMGuestPatchRebootStatus extends com.azure.core.util.ExpandableStringEnum<VMGuestPatchRebootStatus>
The reboot state of the VM following completion of the operation.
  • Field Details

  • Constructor Details

    • VMGuestPatchRebootStatus

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

    • fromString

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

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