Share via


VirtualMachineInner.Resources Property

Definition

Gets the virtual machine child extension resources.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to