Share via


VirtualNetworkSite.Subnets Property

Optional. The list of network subnets for a virtual network site. All network subnets must be contained within the overall virtual network address spaces.

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

Usage

'Usage
Dim instance As VirtualNetworkSite
Dim value As IList(Of Subnet)

value = instance.Subnets

instance.Subnets = value

Syntax

'Declaration
Public Property Subnets As IList(Of Subnet)
public IList<Subnet> Subnets { get; set; }
public:
property IList<Subnet^>^ Subnets {
    IList<Subnet^>^ get ();
    void set (IList<Subnet^>^ value);
}
/** @property */
public IList<Subnet> get_Subnets ()

/** @property */
public void set_Subnets (IList<Subnet> value)
public function get Subnets () : IList<Subnet>

public function set Subnets (value : IList<Subnet>)

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, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

VirtualNetworkSite Class
VirtualNetworkSite Members
Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse Namespace