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