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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python