ServiceFabricManagedNodeTypeData.UseDefaultPublicLoadBalancer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET