다음을 통해 공유


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.Models.VirtualMachineScaleSetExtension> Extensions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="extensions")>]
member this.Extensions : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtension> with get, set
Public Property Extensions As IList(Of VirtualMachineScaleSetExtension)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to