VirtualMachineExtensionListResponse.ResourceExtensions 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. The extensions that are available to add to your cloud service.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineExtensionListResponse.ResourceExtension> ResourceExtensions { get; set; }
member this.ResourceExtensions : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineExtensionListResponse.ResourceExtension> with get, set
Public Property ResourceExtensions As IList(Of VirtualMachineExtensionListResponse.ResourceExtension)