WindowsVMGuestPatchAutomaticByPlatformRebootSetting Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. WindowsVMGuestPatchAutomaticByPlatformRebootSetting
- com.
- com.
public final class WindowsVMGuestPatchAutomaticByPlatformRebootSetting
extends ExpandableStringEnum<WindowsVMGuestPatchAutomaticByPlatformRebootSetting>
Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Windows |
ALWAYS
Static value Always for Windows |
|
static final
Windows |
IF_REQUIRED
Static value If |
|
static final
Windows |
NEVER
Static value Never for Windows |
|
static final
Windows |
UNKNOWN
Static value Unknown for Windows |
Constructor Summary
| Constructor | Description |
|---|---|
| WindowsVMGuestPatchAutomaticByPlatformRebootSetting() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Windows |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Windows |
fromString(String name)
Creates or finds a Windows |
|
static
Collection<Windows |
values()
Gets known Windows |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALWAYS
public static final WindowsVMGuestPatchAutomaticByPlatformRebootSetting ALWAYS
Static value Always for WindowsVMGuestPatchAutomaticByPlatformRebootSetting.
IF_REQUIRED
public static final WindowsVMGuestPatchAutomaticByPlatformRebootSetting IF_REQUIRED
Static value IfRequired for WindowsVMGuestPatchAutomaticByPlatformRebootSetting.
NEVER
public static final WindowsVMGuestPatchAutomaticByPlatformRebootSetting NEVER
Static value Never for WindowsVMGuestPatchAutomaticByPlatformRebootSetting.
UNKNOWN
public static final WindowsVMGuestPatchAutomaticByPlatformRebootSetting UNKNOWN
Static value Unknown for WindowsVMGuestPatchAutomaticByPlatformRebootSetting.
Constructor Details
WindowsVMGuestPatchAutomaticByPlatformRebootSetting
@Deprecated
public WindowsVMGuestPatchAutomaticByPlatformRebootSetting()
Deprecated
Creates a new instance of WindowsVMGuestPatchAutomaticByPlatformRebootSetting value.
Method Details
fromString
public static WindowsVMGuestPatchAutomaticByPlatformRebootSetting fromString(String name)
Creates or finds a WindowsVMGuestPatchAutomaticByPlatformRebootSetting from its string representation.
Parameters:
Returns:
values
public static Collection<WindowsVMGuestPatchAutomaticByPlatformRebootSetting> values()
Gets known WindowsVMGuestPatchAutomaticByPlatformRebootSetting values.
Returns: