VirtualMachineAvailabilityGroupListenerReplica

data class VirtualMachineAvailabilityGroupListenerReplica(val commit: String, val failoverMode: String, val readableSecondary: String, val role: String, val sqlVirtualMachineId: String)

Constructors

constructor(commit: String, failoverMode: String, readableSecondary: String, role: String, sqlVirtualMachineId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The replica commit mode for the availability group. Possible values are Synchronous_Commit and Asynchronous_Commit. Changing this forces a new resource to be created.

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 replica role for the availability group. Possible values are Primary and Secondary. 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.