ApplicationGatewayGetConfiguration::FrontendPorts Property

 

Optional. Front end ports on the application gateway.

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

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