ApplicationGateway.BackendSettingsCollection Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to