BareMetalMachineEvacuate 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.
The indicator of whether to evacuate the node workload when the bare metal machine is cordoned.
public readonly struct BareMetalMachineEvacuate : IEquatable<Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineEvacuate>
type BareMetalMachineEvacuate = struct
Public Structure BareMetalMachineEvacuate
Implements IEquatable(Of BareMetalMachineEvacuate)
- Inheritance
-
BareMetalMachineEvacuate
- Implements
Constructors
BareMetalMachineEvacuate(String) |
Initializes a new instance of BareMetalMachineEvacuate. |
Properties
False |
False. |
True |
True. |
Methods
Equals(BareMetalMachineEvacuate) |
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(BareMetalMachineEvacuate, BareMetalMachineEvacuate) |
Determines if two BareMetalMachineEvacuate values are the same. |
Implicit(String to BareMetalMachineEvacuate) |
Converts a String to a BareMetalMachineEvacuate. |
Inequality(BareMetalMachineEvacuate, BareMetalMachineEvacuate) |
Determines if two BareMetalMachineEvacuate values are not the same. |
Applies to
Azure SDK for .NET