LoadBalancerProfile interface
LoadBalancerProfile represents the profile of the cluster public load balancer.
Properties
effective |
The list of effective outbound IP addresses of the public load balancer. NOTE: This property will not be serialized. It can only be populated by the server. |
managed |
The desired managed outbound IPs for the cluster public load balancer. |
Property Details
effectiveOutboundIps
The list of effective outbound IP addresses of the public load balancer. NOTE: This property will not be serialized. It can only be populated by the server.
effectiveOutboundIps?: EffectiveOutboundIP[]
Property Value
managedOutboundIps
The desired managed outbound IPs for the cluster public load balancer.
managedOutboundIps?: ManagedOutboundIPs
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript