ServiceSpecV1.LoadBalancerClass 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 the class of the load balancer to be used for the service.
[YamlDotNet.Serialization.YamlMember(Alias="loadBalancerClass")]
public string? LoadBalancerClass { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="loadBalancerClass")>]
member this.LoadBalancerClass : string with get, set
Public Property LoadBalancerClass As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property allows the user to define a specific load balancer implementation or configuration class for the service. It is especially useful in environments where multiple load balancer options are available, enabling customization based on requirements or provider specifications. When set, this value is used to select the corresponding load balancer class during service creation.