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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python