VirtualMachineAvailabilityGroupListenerLoadBalancerConfiguration

data class VirtualMachineAvailabilityGroupListenerLoadBalancerConfiguration(val loadBalancerId: String, val privateIpAddress: String, val probePort: Int, val sqlVirtualMachineIds: List<String>, val subnetId: String)

Constructors

constructor(loadBalancerId: String, privateIpAddress: String, probePort: Int, sqlVirtualMachineIds: List<String>, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Load Balancer. Changing this forces a new resource to be created.

Link copied to clipboard

The private IP Address of the listener. Changing this forces a new resource to be created.

Link copied to clipboard

The probe port of the listener. Changing this forces a new resource to be created.

Link copied to clipboard

Specifies a list of SQL Virtual Machine IDs. Changing this forces a new resource to be created.

Link copied to clipboard

The ID of the Subnet to create the listener. Changing this forces a new resource to be created.