AddressSpace Constructors

Definition

Overloads

AddressSpace()

Initializes a new instance of the AddressSpace class.

AddressSpace(IList<String>)

Initializes a new instance of the AddressSpace class.

AddressSpace()

Initializes a new instance of the AddressSpace class.

public AddressSpace ();
Public Sub New ()

Applies to

AddressSpace(IList<String>)

Initializes a new instance of the AddressSpace class.

public AddressSpace (System.Collections.Generic.IList<string> addressPrefixes = default);
new Microsoft.Azure.Management.Network.Fluent.Models.AddressSpace : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.Models.AddressSpace
Public Sub New (Optional addressPrefixes As IList(Of String) = Nothing)

Parameters

addressPrefixes
IList<String>

A list of address blocks reserved for this virtual network in CIDR notation.

Applies to