Share via


ApplicationGatewayBackendHealthHttpSettings.Servers Property

Definition

Gets or sets list of ApplicationGatewayBackendHealthServer resources.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to