HciNodeRebootRequirement 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.
Indicates whether a reboot is required after the update or operation. Helps determine if a system restart is necessary to complete the process.
public readonly struct HciNodeRebootRequirement : IEquatable<Azure.ResourceManager.Hci.Models.HciNodeRebootRequirement>
type HciNodeRebootRequirement = struct
Public Structure HciNodeRebootRequirement
Implements IEquatable(Of HciNodeRebootRequirement)
- Inheritance
-
HciNodeRebootRequirement
- Implements
Constructors
| Name | Description |
|---|---|
| HciNodeRebootRequirement(String) |
Initializes a new instance of HciNodeRebootRequirement. |
Properties
| Name | Description |
|---|---|
| False |
No reboot is required after the operation. |
| True |
A reboot is required to complete the operation. |
| Unknown |
It is not known whether a reboot is required. |
Methods
| Name | Description |
|---|---|
| Equals(HciNodeRebootRequirement) |
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
| Name | Description |
|---|---|
| Equality(HciNodeRebootRequirement, HciNodeRebootRequirement) |
Determines if two HciNodeRebootRequirement values are the same. |
| Implicit(String to HciNodeRebootRequirement) |
Converts a string to a HciNodeRebootRequirement. |
| Implicit(String to Nullable<HciNodeRebootRequirement>) | |
| Inequality(HciNodeRebootRequirement, HciNodeRebootRequirement) |
Determines if two HciNodeRebootRequirement values are not the same. |