BackendPoolListResult.Value Property

Definition

Gets list of Backend Pools within a Front Door.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.BackendPool> Value { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.BackendPool>
Public ReadOnly Property Value As IList(Of BackendPool)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to