VmGuestPatchRebootSetting 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.
Defines when it is acceptable to reboot a VM during a software update operation.
public readonly struct VmGuestPatchRebootSetting : IEquatable<Azure.ResourceManager.HybridCompute.Models.VmGuestPatchRebootSetting>
type VmGuestPatchRebootSetting = struct
Public Structure VmGuestPatchRebootSetting
Implements IEquatable(Of VmGuestPatchRebootSetting)
- Inheritance
-
VmGuestPatchRebootSetting
- Implements
Constructors
VmGuestPatchRebootSetting(String) |
Initializes a new instance of VmGuestPatchRebootSetting. |
Properties
Always |
Always. |
IfRequired |
IfRequired. |
Never |
Never. |
Methods
Equals(VmGuestPatchRebootSetting) |
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(VmGuestPatchRebootSetting, VmGuestPatchRebootSetting) |
Determines if two VmGuestPatchRebootSetting values are the same. |
Implicit(String to VmGuestPatchRebootSetting) |
Converts a String to a VmGuestPatchRebootSetting. |
Inequality(VmGuestPatchRebootSetting, VmGuestPatchRebootSetting) |
Determines if two VmGuestPatchRebootSetting values are not the same. |
Applies to
Azure SDK for .NET