Freigeben über


CloudServiceNetworkProfile.LoadBalancerConfigurations Eigenschaft

Definition

Ruft die Liste der Load Balancer-Konfigurationen ab oder legt sie fest. Der Clouddienst kann über bis zu zwei Lastenausgleichskonfigurationen verfügen, die einem öffentlichen Load Balancer und einem internen Load Balancer entsprechen.

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: