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)

Syntax

public enum RoleInstancePowerState
public enum class RoleInstancePowerState
type RoleInstancePowerState
Public Enumeration RoleInstancePowerState

Members

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.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top