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.
public readonly struct SkipShutdown : IEquatable<Azure.ResourceManager.NetworkCloud.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