你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SyncMember interface
Azure SQL数据库同步成员。
- 扩展
属性
database |
同步成员中成员数据库的数据库名称。 |
database |
同步成员的数据库类型。 |
password | 同步成员中成员数据库的密码。 |
private |
如果为 Azure 中的同步成员启用了使用专用链接连接,则同步成员的专用终结点名称。 注意:此属性不会被序列化。 它只能由服务器填充。 |
server |
同步成员中成员数据库的服务器名称 |
sql |
SQL Server同步成员的数据库 ID。 |
sync |
同步成员中同步代理的 ARM 资源 ID。 |
sync |
同步成员的同步方向。 |
sync |
Azure 中同步成员的同步成员逻辑数据库的 ARM 资源 ID。 |
sync |
同步成员的同步状态。 注意:此属性不会被序列化。 它只能由服务器填充。 |
use |
是否使用专用链接连接。 |
user |
同步成员中成员数据库的用户名。 |
继承属性
id | 资源 ID。 注意:此属性不会被序列化。 它只能由服务器填充。 |
name | 资源名称。 注意:此属性不会被序列化。 它只能由服务器填充。 |
type | 资源类型。 注意:此属性不会被序列化。 它只能由服务器填充。 |
属性详细信息
databaseName
同步成员中成员数据库的数据库名称。
databaseName?: string
属性值
string
databaseType
同步成员的数据库类型。
databaseType?: string
属性值
string
password
同步成员中成员数据库的密码。
password?: string
属性值
string
privateEndpointName
如果为 Azure 中的同步成员启用了使用专用链接连接,则同步成员的专用终结点名称。 注意:此属性不会被序列化。 它只能由服务器填充。
privateEndpointName?: string
属性值
string
serverName
同步成员中成员数据库的服务器名称
serverName?: string
属性值
string
sqlServerDatabaseId
SQL Server同步成员的数据库 ID。
sqlServerDatabaseId?: string
属性值
string
syncAgentId
同步成员中同步代理的 ARM 资源 ID。
syncAgentId?: string
属性值
string
syncDirection
同步成员的同步方向。
syncDirection?: string
属性值
string
syncMemberAzureDatabaseResourceId
Azure 中同步成员的同步成员逻辑数据库的 ARM 资源 ID。
syncMemberAzureDatabaseResourceId?: string
属性值
string
syncState
同步成员的同步状态。 注意:此属性不会被序列化。 它只能由服务器填充。
syncState?: string
属性值
string
usePrivateLinkConnection
是否使用专用链接连接。
usePrivateLinkConnection?: boolean
属性值
boolean
userName
同步成员中成员数据库的用户名。
userName?: string
属性值
string