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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python