VirtualMachineCreateParameters.ResourceExtensionReferences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.ResourceExtensionReference> ResourceExtensionReferences { get; set; }
member this.ResourceExtensionReferences : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.ResourceExtensionReference> with get, set
Public Property ResourceExtensionReferences As IList(Of ResourceExtensionReference)