ApplicationGatewayInner.FrontendPorts Property

Definition

Gets or sets frontend ports of the application gateway resource. For default limits, see Application Gateway limits.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.frontendPorts")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayFrontendPortInner> FrontendPorts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.frontendPorts")>]
member this.FrontendPorts : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayFrontendPortInner> with get, set
Public Property FrontendPorts As IList(Of ApplicationGatewayFrontendPortInner)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to