Share via


RoleInstance.InstanceStatus Property

 

Gets or sets the current status of the instance.

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

Syntax

public string InstanceStatus { get; set; }
public:
property String^ InstanceStatus {
    String^ get();
    void set(String^ value);
}
member InstanceStatus : string with get, set
Public Property InstanceStatus As String

Property Value

Type: System.String

The current status.

See Also

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

Return to top