HciNodeRebootRequirement Struct

Definition

The HciNodeRebootRequirement.

public readonly struct HciNodeRebootRequirement : IEquatable<Azure.ResourceManager.Hci.Models.HciNodeRebootRequirement>
type HciNodeRebootRequirement = struct
Public Structure HciNodeRebootRequirement
Implements IEquatable(Of HciNodeRebootRequirement)
Inheritance
HciNodeRebootRequirement
Implements

Constructors

HciNodeRebootRequirement(String)

Initializes a new instance of HciNodeRebootRequirement.

Properties

False

False.

True

True.

Unknown

Unknown.

Methods

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

Equality(HciNodeRebootRequirement, HciNodeRebootRequirement)

Determines if two HciNodeRebootRequirement values are the same.

Implicit(String to HciNodeRebootRequirement)

Converts a string to a HciNodeRebootRequirement.

Inequality(HciNodeRebootRequirement, HciNodeRebootRequirement)

Determines if two HciNodeRebootRequirement values are not the same.

Applies to