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.
[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 |