LargeInstancePowerState 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.
Power states that an Azure Large Instance can be in.
public readonly struct LargeInstancePowerState : IEquatable<Azure.ResourceManager.LargeInstance.Models.LargeInstancePowerState>
type LargeInstancePowerState = struct
Public Structure LargeInstancePowerState
Implements IEquatable(Of LargeInstancePowerState)
- Inheritance
-
LargeInstancePowerState
- Implements
Constructors
LargeInstancePowerState(String) |
Initializes a new instance of LargeInstancePowerState. |
Properties
Restarting |
Restarting means that the Azure Large Instance resource is restarting. |
Started |
Started means that the Azure Large Instance resource has been powered on. |
Starting |
Starting means that the Azure Large Instance resource is turning on. |
Stopped |
Stopped means that the Azure Large Instance resource has shut down. |
Stopping |
Stopping means that the Azure Large Instance resource is shutting down. |
Unknown |
Unknown means that the state of the Azure Large Instance is unknown. |
Methods
Equals(LargeInstancePowerState) |
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(LargeInstancePowerState, LargeInstancePowerState) |
Determines if two LargeInstancePowerState values are the same. |
Implicit(String to LargeInstancePowerState) |
Converts a string to a LargeInstancePowerState. |
Inequality(LargeInstancePowerState, LargeInstancePowerState) |
Determines if two LargeInstancePowerState values are not the same. |
Applies to
Azure SDK for .NET