VmGuestPatchRebootBehavior 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.
Describes the reboot requirements of the patch.
public readonly struct VmGuestPatchRebootBehavior : IEquatable<Azure.ResourceManager.Compute.Models.VmGuestPatchRebootBehavior>
type VmGuestPatchRebootBehavior = struct
Public Structure VmGuestPatchRebootBehavior
Implements IEquatable(Of VmGuestPatchRebootBehavior)
- Inheritance
-
VmGuestPatchRebootBehavior
- Implements
Constructors
VmGuestPatchRebootBehavior(String) |
Initializes a new instance of VmGuestPatchRebootBehavior. |
Properties
AlwaysRequiresReboot |
AlwaysRequiresReboot. |
CanRequestReboot |
CanRequestReboot. |
NeverReboots |
NeverReboots. |
Unknown |
Unknown. |
Methods
Equals(VmGuestPatchRebootBehavior) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(VmGuestPatchRebootBehavior, VmGuestPatchRebootBehavior) |
Determines if two VmGuestPatchRebootBehavior values are the same. |
Implicit(String to VmGuestPatchRebootBehavior) |
Converts a String to a VmGuestPatchRebootBehavior. |
Inequality(VmGuestPatchRebootBehavior, VmGuestPatchRebootBehavior) |
Determines if two VmGuestPatchRebootBehavior values are not the same. |
Applies to
Azure SDK for .NET