Virtual Machine Availability Group Listener Replica Args
data class VirtualMachineAvailabilityGroupListenerReplicaArgs(val commit: Output<String>, val failoverMode: Output<String>, val readableSecondary: Output<String>, val role: Output<String>, val sqlVirtualMachineId: Output<String>) : ConvertibleToJava<VirtualMachineAvailabilityGroupListenerReplicaArgs>
Constructors
Properties
Link copied to clipboard
The replica failover mode for the availability group. Possible values are Manual
and Automatic
. Changing this forces a new resource to be created.
Link copied to clipboard
The replica readable secondary mode for the availability group. Possible values are No
, Read_Only
and All
. Changing this forces a new resource to be created.
Link copied to clipboard
The ID of the SQL Virtual Machine. Changing this forces a new resource to be created.