RoleInstancePowerState Enumeration

 

Specifies the running state of the role instance.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Public Enumeration RoleInstancePowerState

Member nameDescription
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.

Return to top
Show: