LinuxVmGuestPatchAutomaticByPlatformRebootSetting Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
public readonly struct LinuxVmGuestPatchAutomaticByPlatformRebootSetting : IEquatable<Azure.ResourceManager.Compute.Models.LinuxVmGuestPatchAutomaticByPlatformRebootSetting>
type LinuxVmGuestPatchAutomaticByPlatformRebootSetting = struct
Public Structure LinuxVmGuestPatchAutomaticByPlatformRebootSetting
Implements IEquatable(Of LinuxVmGuestPatchAutomaticByPlatformRebootSetting)
- Inheritance
-
LinuxVmGuestPatchAutomaticByPlatformRebootSetting
- Implements
Constructors
| Name | Description |
|---|---|
| LinuxVmGuestPatchAutomaticByPlatformRebootSetting(String) |
Initializes a new instance of LinuxVmGuestPatchAutomaticByPlatformRebootSetting. |
Properties
| Name | Description |
|---|---|
| Always |
Gets the Always. |
| IfRequired |
Gets the IfRequired. |
| Never |
Gets the Never. |
| Unknown |
Gets the Unknown. |
Methods
| Name | Description |
|---|---|
| Equals(LinuxVmGuestPatchAutomaticByPlatformRebootSetting) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |