VirtualMachineCreateParameters.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 IList<ResourceExtensionReference> ResourceExtensionReferences { get; set; }
Return to top
Show: