LoadBalancerConfiguration interface
A load balancer configuration for an availability group listener.
Properties
load |
Resource id of the load balancer. |
private |
Private IP address. |
probe |
Probe port. |
public |
Resource id of the public IP. |
sql |
List of the SQL virtual machine instance resource id's that are enrolled into the availability group listener. |
Property Details
loadBalancerResourceId
Resource id of the load balancer.
loadBalancerResourceId?: string
Property Value
string
privateIpAddress
probePort
Probe port.
probePort?: number
Property Value
number
publicIpAddressResourceId
Resource id of the public IP.
publicIpAddressResourceId?: string
Property Value
string
sqlVirtualMachineInstances
List of the SQL virtual machine instance resource id's that are enrolled into the availability group listener.
sqlVirtualMachineInstances?: string[]
Property Value
string[]
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