Freigeben über


BareMetalMachineEvacuate Struct

Definition

The indicator of whether to evacuate the node workload when the bare metal machine is cordoned.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineEvacuateTypeConverter))]
public struct BareMetalMachineEvacuate : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineEvacuate>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineEvacuateTypeConverter))>]
type BareMetalMachineEvacuate = struct
    interface IArgumentCompleter
Public Structure BareMetalMachineEvacuate
Implements IArgumentCompleter, IEquatable(Of BareMetalMachineEvacuate)
Inheritance
BareMetalMachineEvacuate
Attributes
Implements

Fields

False
True

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(BareMetalMachineEvacuate)

Compares values of enum type BareMetalMachineEvacuate

Equals(Object)

Compares values of enum type BareMetalMachineEvacuate (override for Object)

GetHashCode()

Returns hashCode for enum BareMetalMachineEvacuate

ToString()

Returns string representation for BareMetalMachineEvacuate

Operators

Equality(BareMetalMachineEvacuate, BareMetalMachineEvacuate)

Overriding == operator for enum BareMetalMachineEvacuate

Implicit(BareMetalMachineEvacuate to String)

Implicit operator to convert BareMetalMachineEvacuate to string

Implicit(String to BareMetalMachineEvacuate)

Implicit operator to convert string to BareMetalMachineEvacuate

Inequality(BareMetalMachineEvacuate, BareMetalMachineEvacuate)

Overriding != operator for enum BareMetalMachineEvacuate

Applies to