ApplicationGatewaySetConfiguration.FrontendIPConfigurations Property

 

Optional. Frontend IPs of application gateway.

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

Syntax

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

Property Value

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

See Also

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

Return to top