Share via


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)

Syntax

public IList<FrontendPort> FrontendPorts { get; set; }
public:
property IList<FrontendPort^>^ FrontendPorts {
    IList<FrontendPort^>^ get();
    void set(IList<FrontendPort^>^ value);
}
member FrontendPorts : IList<FrontendPort> with get, set
Public Property FrontendPorts As IList(Of FrontendPort)

Property Value

Type: System.Collections.Generic.IList<FrontendPort>

See Also

ApplicationGatewayGetConfiguration Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top