Share via


ServiceFabricManagedNodeTypeData.UseDefaultPublicLoadBalancer Property

Definition

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.

public bool? UseDefaultPublicLoadBalancer { get; set; }
member this.UseDefaultPublicLoadBalancer : Nullable<bool> with get, set
Public Property UseDefaultPublicLoadBalancer As Nullable(Of Boolean)

Property Value

Applies to