你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SyncGroupProperties interface

支持MI的同步组属性。

属性

conflictLoggingRetentionInDays

冲突日志记录保持期。

conflictResolutionPolicy

同步组的冲突解决策略。

enableConflictLogging

如果启用了冲突日志记录。

hubDatabasePassword

同步组中心数据库凭据的密码。

hubDatabaseUserName

同步组中心数据库凭据的用户名。

interval

同步组的同步间隔。

lastSyncTime

同步组的最后同步时间。

privateEndpointName

如果使用私有链路连接,同步组的私有端点名称已启用。

schema

同步组的同步架构。

syncDatabaseId

同步组中同步数据库的 ARM 资源 ID。

syncState

同步组的同步状态。

usePrivateLinkConnection

如果启用了专用链接连接。

属性详细信息

conflictLoggingRetentionInDays

冲突日志记录保持期。

conflictLoggingRetentionInDays?: number

属性值

number

conflictResolutionPolicy

同步组的冲突解决策略。

conflictResolutionPolicy?: string

属性值

string

enableConflictLogging

如果启用了冲突日志记录。

enableConflictLogging?: boolean

属性值

boolean

hubDatabasePassword

同步组中心数据库凭据的密码。

hubDatabasePassword?: string

属性值

string

hubDatabaseUserName

同步组中心数据库凭据的用户名。

hubDatabaseUserName?: string

属性值

string

interval

同步组的同步间隔。

interval?: number

属性值

number

lastSyncTime

同步组的最后同步时间。

lastSyncTime?: Date

属性值

Date

privateEndpointName

如果使用私有链路连接,同步组的私有端点名称已启用。

privateEndpointName?: string

属性值

string

schema

同步组的同步架构。

schema?: SyncGroupSchema

属性值

syncDatabaseId

同步组中同步数据库的 ARM 资源 ID。

syncDatabaseId?: string

属性值

string

syncState

同步组的同步状态。

syncState?: string

属性值

string

usePrivateLinkConnection

如果启用了专用链接连接。

usePrivateLinkConnection?: boolean

属性值

boolean