FailoverGroupSpecResponse

data class FailoverGroupSpecResponse(val partnerMI: String? = null, val partnerMirroringCert: String? = null, val partnerMirroringURL: String? = null, val partnerSyncMode: String? = null, val role: String, val sharedName: String? = null, val sourceMI: String? = null)

The specifications of the failover group resource.

Constructors

Link copied to clipboard
constructor(partnerMI: String? = null, partnerMirroringCert: String? = null, partnerMirroringURL: String? = null, partnerSyncMode: String? = null, role: String, sharedName: String? = null, sourceMI: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val partnerMI: String? = null

The name of the partner SQL managed instance.

Link copied to clipboard

The mirroring endpoint public certificate for the partner SQL managed instance. Only PEM format is supported.

Link copied to clipboard

The mirroring endpoint URL of the partner SQL managed instance.

Link copied to clipboard
val partnerSyncMode: String? = null

The partner sync mode of the SQL managed instance.

Link copied to clipboard

The role of the SQL managed instance in this failover group.

Link copied to clipboard
val sharedName: String? = null

The shared name of the failover group for this SQL managed instance. Both SQL managed instance and its partner have to use the same shared name.

Link copied to clipboard
val sourceMI: String? = null

The name of the SQL managed instance with this failover group role.