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