LoadBalancerConfigurationResponse

data class LoadBalancerConfigurationResponse(val loadBalancerResourceId: String? = null, val privateIpAddress: PrivateIPAddressResponse? = null, val probePort: Int? = null, val publicIpAddressResourceId: String? = null, val sqlVirtualMachineInstances: List<String>? = null)

A load balancer configuration for an availability group listener.

Constructors

Link copied to clipboard
constructor(loadBalancerResourceId: String? = null, privateIpAddress: PrivateIPAddressResponse? = null, probePort: Int? = null, publicIpAddressResourceId: String? = null, sqlVirtualMachineInstances: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Resource id of the load balancer.

Link copied to clipboard

Private IP address.

Link copied to clipboard
val probePort: Int? = null

Probe port.

Link copied to clipboard

Resource id of the public IP.

Link copied to clipboard

List of the SQL virtual machine instance resource id's that are enrolled into the availability group listener.