SubnetInner.AddressPrefixes Property

Definition

Gets or sets list of address prefixes for the subnet.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.addressPrefixes")]
public System.Collections.Generic.IList<string> AddressPrefixes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.addressPrefixes")>]
member this.AddressPrefixes : System.Collections.Generic.IList<string> with get, set
Public Property AddressPrefixes As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to