SyncAgentLinkedDatabase Class
An Azure SQL Database sync agent linked database.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceSyncAgentLinkedDatabase
Constructor
SyncAgentLinkedDatabase(**kwargs)
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
database_type
|
Type of the sync agent linked database. Possible values include: "AzureSqlDatabase", "SqlServerDatabase". |
database_id
|
Id of the sync agent linked database. |
description
|
Description of the sync agent linked database. |
server_name
|
Server name of the sync agent linked database. |
database_name
|
Database name of the sync agent linked database. |
user_name
|
User name of the sync agent linked database. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python