Class VMGuestPatchRebootStatus
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<VMGuestPatchRebootStatus>
com.microsoft.azure.management.compute.VMGuestPatchRebootStatus
public final class VMGuestPatchRebootStatus
extends com.microsoft.rest.ExpandableStringEnum<VMGuestPatchRebootStatus>
Defines values for VMGuestPatchRebootStatus.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VMGuestPatchRebootStatus
Static value Completed for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatus
Static value Failed for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatus
Static value NotNeeded for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatus
Static value Required for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatus
Static value Started for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatus
Static value Unknown for VMGuestPatchRebootStatus. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VMGuestPatchRebootStatus
fromString
(String name) Creates or finds a VMGuestPatchRebootStatus from its string representation.static Collection<VMGuestPatchRebootStatus>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
UNKNOWN
Static value Unknown for VMGuestPatchRebootStatus. -
NOT_NEEDED
Static value NotNeeded for VMGuestPatchRebootStatus. -
REQUIRED
Static value Required for VMGuestPatchRebootStatus. -
STARTED
Static value Started for VMGuestPatchRebootStatus. -
FAILED
Static value Failed for VMGuestPatchRebootStatus. -
COMPLETED
Static value Completed for VMGuestPatchRebootStatus.
-
-
Constructor Details
-
VMGuestPatchRebootStatus
public VMGuestPatchRebootStatus()
-
-
Method Details
-
fromString
Creates or finds a VMGuestPatchRebootStatus from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding VMGuestPatchRebootStatus
-
values
- Returns:
- known VMGuestPatchRebootStatus values
-