VirtualMachineUpdateParameters::ResourceExtensionReferences Property

 

Optional. Contains a collection of resource extensions that are to be installed on the Virtual Machine. This element is used if ProvisionGuestAgent is set to true.

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

public:
property IList<ResourceExtensionReference^>^ ResourceExtensionReferences {
	IList<ResourceExtensionReference^>^ get();
	void set(IList<ResourceExtensionReference^>^ value);
}
Return to top
Show: