Class VMGuestPatchRebootSetting
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<VMGuestPatchRebootSetting>
-
- com.azure.resourcemanager.compute.models.VMGuestPatchRebootSetting
-
public final class VMGuestPatchRebootSetting extends com.azure.core.util.ExpandableStringEnum<VMGuestPatchRebootSetting>
Defines values for VMGuestPatchRebootSetting.
-
-
Field Summary
Fields Modifier and Type Field Description static VMGuestPatchRebootSettingALWAYSStatic value Always for VMGuestPatchRebootSetting.static VMGuestPatchRebootSettingIF_REQUIREDStatic value IfRequired for VMGuestPatchRebootSetting.static VMGuestPatchRebootSettingNEVERStatic value Never for VMGuestPatchRebootSetting.
-
Constructor Summary
Constructors Constructor Description VMGuestPatchRebootSetting()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VMGuestPatchRebootSettingfromString(String name)Creates or finds a VMGuestPatchRebootSetting from its string representation.static Collection<VMGuestPatchRebootSetting>values()
-
-
-
Field Detail
-
IF_REQUIRED
public static final VMGuestPatchRebootSetting IF_REQUIRED
Static value IfRequired for VMGuestPatchRebootSetting.
-
NEVER
public static final VMGuestPatchRebootSetting NEVER
Static value Never for VMGuestPatchRebootSetting.
-
ALWAYS
public static final VMGuestPatchRebootSetting ALWAYS
Static value Always for VMGuestPatchRebootSetting.
-
-
Method Detail
-
fromString
public static VMGuestPatchRebootSetting fromString(String name)
Creates or finds a VMGuestPatchRebootSetting from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding VMGuestPatchRebootSetting.
-
values
public static Collection<VMGuestPatchRebootSetting> values()
- Returns:
- known VMGuestPatchRebootSetting values.
-
-