VirtualMachineUpdateParameters.ProvisionGuestAgent Property

 

Optional. Indicates whether the WindowsAzureGuestAgent service is installed on the Virtual Machine. To run a resource extension in a Virtual Machine, this service must be installed.

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

Syntax

public Nullable<bool> ProvisionGuestAgent { get; set; }
public:
property Nullable<bool> ProvisionGuestAgent {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
member ProvisionGuestAgent : Nullable<bool> with get, set
Public Property ProvisionGuestAgent As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

See Also

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

Return to top