SyncAgentLinkedDatabaseProperties interface
Properties of an Azure SQL Database sync agent linked database.
Properties
| database |
Id of the sync agent linked database. |
| database |
Database name of the sync agent linked database. |
| database |
Type of the sync agent linked database. |
| description | Description of the sync agent linked database. |
| server |
Server name of the sync agent linked database. |
| user |
User name of the sync agent linked database. |
Property Details
databaseId
Id of the sync agent linked database.
databaseId?: string
Property Value
string
databaseName
Database name of the sync agent linked database.
databaseName?: string
Property Value
string
databaseType
Type of the sync agent linked database.
databaseType?: string
Property Value
string
description
Description of the sync agent linked database.
description?: string
Property Value
string
serverName
Server name of the sync agent linked database.
serverName?: string
Property Value
string
userName
User name of the sync agent linked database.
userName?: string
Property Value
string