Share via


VirtualNetwork.Subnets Property

Definition

Gets or sets a list of subnets in a Virtual Network.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to