ApplicationGatewaySetConfiguration.FrontendPorts Property
Optional. Frontend ports on the application gateway.
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Usage
'Usage
Dim instance As ApplicationGatewaySetConfiguration
Dim value As IList(Of FrontendPort)
value = instance.FrontendPorts
instance.FrontendPorts = value
Syntax
'Declaration
Public Property FrontendPorts As IList(Of FrontendPort)
public IList<FrontendPort> FrontendPorts { get; set; }
public:
property IList<FrontendPort^>^ FrontendPorts {
IList<FrontendPort^>^ get ();
void set (IList<FrontendPort^>^ value);
}
/** @property */
public IList<FrontendPort> get_FrontendPorts ()
/** @property */
public void set_FrontendPorts (IList<FrontendPort> value)
public function get FrontendPorts () : IList<FrontendPort>
public function set FrontendPorts (value : IList<FrontendPort>)
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
ApplicationGatewaySetConfiguration Class
ApplicationGatewaySetConfiguration Members
Microsoft.WindowsAzure.Management.Network.Models Namespace