LoadBalancerProperties interface
Details of the LoadBalancer.
Properties
addresses | IP Range |
advertise |
Advertise Mode |
bgp |
The list of BGP peers it should advertise to. Null or empty means to advertise to all peers. |
provisioning |
Resource provision state |
service |
A dynamic label mapping to select related services. For instance, if you want to create a load balancer only for services with label "a=b", then please specify {"a": "b"} in the field. |
Property Details
addresses
IP Range
addresses: string[]
Property Value
string[]
advertiseMode
Advertise Mode
advertiseMode: string
Property Value
string
bgpPeers
The list of BGP peers it should advertise to. Null or empty means to advertise to all peers.
bgpPeers?: string[]
Property Value
string[]
provisioningState
Resource provision state
provisioningState?: string
Property Value
string
serviceSelector
A dynamic label mapping to select related services. For instance, if you want to create a load balancer only for services with label "a=b", then please specify {"a": "b"} in the field.
serviceSelector?: Record<string, string>
Property Value
Record<string, string>
Azure SDK for JavaScript