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)
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET