Get Sync Group Result
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)
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
Last sync time of the sync group.
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
The name and capacity of the SKU.
Link copied to clipboard
ARM resource id of the sync database in the sync group.
Link copied to clipboard
If use private link connection is enabled.