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.
Gets or sets a value indicating whether to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Defaults to false.
public readonly struct SkipShutdown : IEquatable<Azure.ResourceManager.ScVmm.Models.SkipShutdown>
type SkipShutdown = struct
Public Structure SkipShutdown
Implements IEquatable(Of SkipShutdown)
- Inheritance
-
SkipShutdown
- Implements
Constructors
SkipShutdown(String) |
Initializes a new instance of SkipShutdown. |
Properties
False |
false. |
True |
true. |
Methods
Equals(SkipShutdown) |
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
Equality(SkipShutdown, SkipShutdown) |
Determines if two SkipShutdown values are the same. |
Implicit(String to SkipShutdown) |
Converts a string to a SkipShutdown. |
Inequality(SkipShutdown, SkipShutdown) |
Determines if two SkipShutdown values are not the same. |
Applies to
Azure SDK for .NET