VirtualNetworkResourceSettings.AddressSpace Property

Definition

Gets or sets the address prefixes for the virtual network.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to