CreateApplicationGatewayParameters::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)

public:
property IList<String^>^ Subnets {
	IList<String^>^ get();
	void set(IList<String^>^ value);
}
Return to top
Show: