Package version:

Interface SyncGroup

An Azure SQL Database sync group.

Hierarchy

Properties

conflictLoggingRetentionInDays?: number

Conflict logging retention period.

conflictResolutionPolicy?: string

Conflict resolution policy of the sync group.

enableConflictLogging?: boolean

If conflict logging is enabled.

hubDatabasePassword?: string

Password for the sync group hub database credential.

hubDatabaseUserName?: string

User name for the sync group hub database credential.

id?: string

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

interval?: number

Sync interval of the sync group.

lastSyncTime?: Date

Last sync time of the sync group. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

privateEndpointName?: string

Private endpoint name of the sync group if use private link connection is enabled. NOTE: This property will not be serialized. It can only be populated by the server.

Sync schema of the sync group.

sku?: Sku

The name and capacity of the SKU.

syncDatabaseId?: string

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

syncState?: string

Sync state of the sync group. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

usePrivateLinkConnection?: boolean

If use private link connection is enabled.

Generated using TypeDoc