VirtualMachineAvailabilityGroupListenerLoadBalancerConfigurationArgs

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

Constructors

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

Properties

Link copied to clipboard
val loadBalancerId: Output<String>

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
val probePort: Output<Int>

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
val subnetId: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): VirtualMachineAvailabilityGroupListenerLoadBalancerConfigurationArgs