RoleInstance.InstanceStateDetails Property

 

Gets or sets the state of the role instance.

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

Syntax

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

Property Value

Type: System.String

The instance state.

Remarks

This state value can be used to provide a snapshot of the state of the instance at the time that the operation was called

See Also

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

Return to top