Freigeben über


LoadBalancerConfigurationProperties.FrontendIpConfigurations Eigenschaft

Definition

Ruft die Front-End-IP-Adresse ab, die für den Lastenausgleich verwendet werden soll, oder legt sie fest. Es wird nur die IPv4-Front-End-IP-Adresse unterstützt. Jede Load Balancer-Konfiguration muss genau eine Front-End-IP-Konfiguration aufweisen.

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: