VirtualMachineScaleSetVM.Resources Property

Definition

Gets the virtual machine child extension resources.

[Newtonsoft.Json.JsonProperty(PropertyName="resources")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension> Resources { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resources")>]
member this.Resources : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension>
Public ReadOnly Property Resources As IList(Of VirtualMachineExtension)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to