BareMetalMachineSkipShutdown 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 skip the graceful OS shutdown and power off the bare metal machine immediately.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineSkipShutdownTypeConverter))]
public struct BareMetalMachineSkipShutdown : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineSkipShutdown>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineSkipShutdownTypeConverter))>]
type BareMetalMachineSkipShutdown = struct
interface IArgumentCompleter
Public Structure BareMetalMachineSkipShutdown
Implements IArgumentCompleter, IEquatable(Of BareMetalMachineSkipShutdown)
- Inheritance
-
BareMetalMachineSkipShutdown
- Attributes
- Implements
Fields
False | |
True |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(BareMetalMachineSkipShutdown) |
Compares values of enum type BareMetalMachineSkipShutdown |
Equals(Object) |
Compares values of enum type BareMetalMachineSkipShutdown (override for Object) |
GetHashCode() |
Returns hashCode for enum BareMetalMachineSkipShutdown |
ToString() |
Returns string representation for BareMetalMachineSkipShutdown |
Operators
Equality(BareMetalMachineSkipShutdown, BareMetalMachineSkipShutdown) |
Overriding == operator for enum BareMetalMachineSkipShutdown |
Implicit(BareMetalMachineSkipShutdown to String) |
Implicit operator to convert BareMetalMachineSkipShutdown to string |
Implicit(String to BareMetalMachineSkipShutdown) |
Implicit operator to convert string to BareMetalMachineSkipShutdown |
Inequality(BareMetalMachineSkipShutdown, BareMetalMachineSkipShutdown) |
Overriding != operator for enum BareMetalMachineSkipShutdown |