NetworkSecurityGroupInner.Subnets Property

Definition

Gets a collection of references to subnets.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to