RoleInstance.GuestAgentStatus Property

 

Optional. Guest Agent Status.

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

Syntax

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

Property Value

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

See Also

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

Return to top