PSBackendAddressPool.LoadBalancerBackendAddresses Property

Definition

[Newtonsoft.Json.JsonProperty(Order=1)]
public System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress> LoadBalancerBackendAddresses { get; set; }
[<Newtonsoft.Json.JsonProperty(Order=1)>]
member this.LoadBalancerBackendAddresses : System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress> with get, set
Public Property LoadBalancerBackendAddresses As List(Of PSLoadBalancerBackendAddress)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to