AddressSpace.AddressPrefixes Property

Definition

Gets or sets a list of address blocks reserved for this virtual network in CIDR notation.

[Newtonsoft.Json.JsonProperty(PropertyName="addressPrefixes")]
public System.Collections.Generic.IList<string> AddressPrefixes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="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