Share via


UpdateApplicationGatewayParameters.Subnets Property

Optional. Subnets in the vnet to which the gateway belongs.

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

Usage

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

value = instance.Subnets

instance.Subnets = value

Syntax

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

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

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

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

UpdateApplicationGatewayParameters Class
UpdateApplicationGatewayParameters Members
Microsoft.WindowsAzure.Management.Network.Models Namespace