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.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property IList<ResourceExtensionReference^>^ ResourceExtensionReferences { IList<ResourceExtensionReference^>^ get(); void set(IList<ResourceExtensionReference^>^ value); }
Property Value
Type: System.Collections.Generic::IList<ResourceExtensionReference^>^
Show: