Class VMGuestPatchRebootSetting
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<VMGuestPatchRebootSetting>
com.microsoft.azure.management.compute.VMGuestPatchRebootSetting
public final class VMGuestPatchRebootSetting
extends com.microsoft.rest.ExpandableStringEnum<VMGuestPatchRebootSetting>
Defines values for VMGuestPatchRebootSetting.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final VMGuestPatchRebootSetting
Static value Always for VMGuestPatchRebootSetting.static final VMGuestPatchRebootSetting
Static value IfRequired for VMGuestPatchRebootSetting.static final VMGuestPatchRebootSetting
Static value Never for VMGuestPatchRebootSetting. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VMGuestPatchRebootSetting
fromString
(String name) Creates or finds a VMGuestPatchRebootSetting from its string representation.static Collection<VMGuestPatchRebootSetting>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
IF_REQUIRED
Static value IfRequired for VMGuestPatchRebootSetting. -
NEVER
Static value Never for VMGuestPatchRebootSetting. -
ALWAYS
Static value Always for VMGuestPatchRebootSetting.
-
-
Constructor Details
-
VMGuestPatchRebootSetting
public VMGuestPatchRebootSetting()
-
-
Method Details
-
fromString
Creates or finds a VMGuestPatchRebootSetting from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding VMGuestPatchRebootSetting
-
values
- Returns:
- known VMGuestPatchRebootSetting values
-