Share via


TopologyInner.Resources Property

Definition

Gets or sets a list of topology resources.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to