Freigeben über


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

Name Description
BareMetalMachineEvacuate(String)

Initializes a new instance of BareMetalMachineEvacuate.

Properties

Name Description
False

False.

True

True.

Methods

Name Description
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

Name Description
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