Share via


AddressSpace.AddressPrefixes Property

Gets or sets a collection of address spaces, in CIDR format, in the Virtual Network.

Namespace: Microsoft.WindowsAzure.Management.VirtualNetworks.Models.NetworkListResponse
Assembly: Microsoft.WindowsAzure.Management.VirtualNetworks (in Microsoft.WindowsAzure.Management.VirtualNetworks.dll)

Usage

'Usage
Dim instance As AddressSpace
Dim value As IList(Of String)

value = instance.AddressPrefixes

instance.AddressPrefixes = value

Syntax

'Declaration
Public Property AddressPrefixes As IList(Of String)
public IList<string> AddressPrefixes { get; set; }
public:
property IList<String^>^ AddressPrefixes {
    IList<String^>^ get ();
    void set (IList<String^>^ value);
}
/** @property */
public IList<String> get_AddressPrefixes ()

/** @property */
public void set_AddressPrefixes (IList<String> value)
public function get AddressPrefixes () : IList<String>

public function set AddressPrefixes (value : IList<String>)

Property Value

A collection of address spaces.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

See Also

Reference

AddressSpace Class
AddressSpace Members
Microsoft.WindowsAzure.Management.VirtualNetworks.Models.NetworkListResponse Namespace