GetSyncGroupResult

data class GetSyncGroupResult(val conflictLoggingRetentionInDays: Int? = null, val conflictResolutionPolicy: String? = null, val enableConflictLogging: Boolean? = null, val hubDatabaseUserName: String? = null, val id: String, val interval: Int? = null, val lastSyncTime: String, val name: String, val privateEndpointName: String, val schema: SyncGroupSchemaResponse? = null, val sku: SkuResponse? = null, val syncDatabaseId: String? = null, val syncState: String, val type: String, val usePrivateLinkConnection: Boolean? = null)

An Azure SQL Database sync group.

Constructors

Link copied to clipboard
constructor(conflictLoggingRetentionInDays: Int? = null, conflictResolutionPolicy: String? = null, enableConflictLogging: Boolean? = null, hubDatabaseUserName: String? = null, id: String, interval: Int? = null, lastSyncTime: String, name: String, privateEndpointName: String, schema: SyncGroupSchemaResponse? = null, sku: SkuResponse? = null, syncDatabaseId: String? = null, syncState: String, type: String, usePrivateLinkConnection: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Conflict logging retention period.

Link copied to clipboard

Conflict resolution policy of the sync group.

Link copied to clipboard

If conflict logging is enabled.

Link copied to clipboard

User name for the sync group hub database credential.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard
val interval: Int? = null

Sync interval of the sync group.

Link copied to clipboard

Last sync time of the sync group.

Link copied to clipboard

Resource name.

Link copied to clipboard

Private endpoint name of the sync group if use private link connection is enabled.

Link copied to clipboard

Sync schema of the sync group.

Link copied to clipboard
val sku: SkuResponse? = null

The name and capacity of the SKU.

Link copied to clipboard
val syncDatabaseId: String? = null

ARM resource id of the sync database in the sync group.

Link copied to clipboard

Sync state of the sync group.

Link copied to clipboard

Resource type.

Link copied to clipboard

If use private link connection is enabled.