VirtualMachineScaleSetVMInstanceView.Extensions Property

Definition

Gets or sets the extensions information.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to