Share via


BareMetalMachineEvacuate Struct

Definition

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