RoleInstancePowerState Enumeration
Specifies the running state of the role instance.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
| Member name | Description | |
|---|---|---|
| Started | Specifies that the role instance has started. | |
| Starting | Specifies that the role instance is starting. | |
| Stopped | Specifies that the role instance has stopped. | |
| Stopping | Specifies that the role instance is stopping. | |
| Unknown | Specifies that the running state is not specified. |
Show: