LoadBalancerConfiguration interface

A load balancer configuration for an availability group listener.

Properties

loadBalancerResourceId

Resource id of the load balancer.

privateIpAddress

Private IP address.

probePort

Probe port.

publicIpAddressResourceId

Resource id of the public IP.

sqlVirtualMachineInstances

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

Private IP address.

privateIpAddress?: PrivateIPAddress

Property Value

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[]