VirtualMachineScaleSetExtensionProfile.Extensions Property

Definition

Gets or sets the virtual machine scale set child extension resources.

[Newtonsoft.Json.JsonProperty(PropertyName="extensions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetExtensionInner> Extensions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="extensions")>]
member this.Extensions : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetExtensionInner> with get, set
Public Property Extensions As IList(Of VirtualMachineScaleSetExtensionInner)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to