你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NodeType.UseDefaultPublicLoadBalancer Property

Definition

Gets or sets specifies whether the use public load balancer. If not specified and the node type doesn't have its own frontend configuration, it will be attached to the default load balancer. If the node type uses its own Load balancer and useDefaultPublicLoadBalancer is true, then the frontend has to be an Internal Load Balancer. If the node type uses its own Load balancer and useDefaultPublicLoadBalancer is false or not set, then the custom load balancer must include a public load balancer to provide outbound connectivity.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.useDefaultPublicLoadBalancer")]
public bool? UseDefaultPublicLoadBalancer { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.useDefaultPublicLoadBalancer")>]
member this.UseDefaultPublicLoadBalancer : Nullable<bool> with get, set
Public Property UseDefaultPublicLoadBalancer As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to