SyncMember interface
Azure SQL Database 同步成員。
- Extends
屬性
database |
同步成員中成員資料庫的資料庫名稱。 |
database |
同步成員的資料庫類型。 |
password | 同步成員中成員資料庫的密碼。 |
private |
如果已啟用私人連結連線,則同步成員的私人端點名稱,適用於 Azure 中的同步成員。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
server |
同步成員中成員資料庫的伺服器名稱 |
sql |
同步成員的 SQL Server 資料庫標識碼。 |
sync |
同步成員中同步代理程式的 ARM 資源識別碼。 |
sync |
同步成員的同步方向。 |
sync |
同步成員邏輯資料庫的 ARM 資源識別碼,適用於 Azure 中的同步成員。 |
sync |
同步成員的同步狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
use |
是否要使用私人連結連線。 |
user |
同步成員中成員資料庫的用戶名稱。 |
繼承的屬性
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 資料庫標識碼。
sqlServerDatabaseId?: string
屬性值
string
syncAgentId
同步成員中同步代理程式的 ARM 資源識別碼。
syncAgentId?: string
屬性值
string
syncDirection
同步成員的同步方向。
syncDirection?: string
屬性值
string
syncMemberAzureDatabaseResourceId
同步成員邏輯資料庫的 ARM 資源識別碼,適用於 Azure 中的同步成員。
syncMemberAzureDatabaseResourceId?: string
屬性值
string
syncState
同步成員的同步狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
syncState?: string
屬性值
string
usePrivateLinkConnection
是否要使用私人連結連線。
usePrivateLinkConnection?: boolean
屬性值
boolean
userName
同步成員中成員資料庫的用戶名稱。
userName?: string
屬性值
string