RoleInstance.PowerState Property

 

Gets or sets a RoleInstancePowerState value that 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 RoleInstancePowerState PowerState { get; set; }
public:
property RoleInstancePowerState PowerState {
    RoleInstancePowerState get();
    void set(RoleInstancePowerState value);
}
member PowerState : RoleInstancePowerState with get, set
Public Property PowerState As RoleInstancePowerState

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.RoleInstancePowerState

A RoleInstancePowerState value.

See Also

RoleInstance Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top