LargeInstanceForcePowerState 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.
Enum of two possible values to determine if the ALI instance restart operation should forcefully terminate and halt any existing processes that may be running on the server or not.
public readonly struct LargeInstanceForcePowerState : IEquatable<Azure.ResourceManager.LargeInstance.Models.LargeInstanceForcePowerState>
type LargeInstanceForcePowerState = struct
Public Structure LargeInstanceForcePowerState
Implements IEquatable(Of LargeInstanceForcePowerState)
- Inheritance
-
LargeInstanceForcePowerState
- Implements
Constructors
LargeInstanceForcePowerState(String) |
Initializes a new instance of LargeInstanceForcePowerState. |
Properties
Active |
Active means that the restart operation will terminate and halt existing processes that may be running on the server. |
Inactive |
Inactive means that the restart operation will not terminate and halt existing processes that may be running on the server. |
Methods
Equals(LargeInstanceForcePowerState) |
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(LargeInstanceForcePowerState, LargeInstanceForcePowerState) |
Determines if two LargeInstanceForcePowerState values are the same. |
Implicit(String to LargeInstanceForcePowerState) |
Converts a string to a LargeInstanceForcePowerState. |
Inequality(LargeInstanceForcePowerState, LargeInstanceForcePowerState) |
Determines if two LargeInstanceForcePowerState values are not the same. |
Applies to
Azure SDK for .NET