ManagedClusterLoadBalancerData.IsServicePlacementAllowed 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.
Whether to automatically place services on the load balancer. If not supplied, the default value is true. If set to false manually, both of the external and the internal load balancer will not be selected for services unless they explicitly target it.
public bool? IsServicePlacementAllowed { get; set; }
member this.IsServicePlacementAllowed : Nullable<bool> with get, set
Public Property IsServicePlacementAllowed As Nullable(Of Boolean)