Aracılığıyla paylaş


ApplicationGatewayInner.BackendHttpSettingsCollection Property

Definition

Gets or sets backend http settings of the application gateway resource. For default limits, see Application Gateway limits.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to