SyncAgentLinkedDatabase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An Azure SQL Database sync agent linked database.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SyncAgentLinkedDatabase : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SyncAgentLinkedDatabase = class
inherit ProxyResource
Public Class SyncAgentLinkedDatabase
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
SyncAgentLinkedDatabase() |
Initializes a new instance of the SyncAgentLinkedDatabase class. |
SyncAgentLinkedDatabase(String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the SyncAgentLinkedDatabase class. |
Properties
DatabaseId |
Gets id of the sync agent linked database. |
DatabaseName |
Gets database name of the sync agent linked database. |
DatabaseType |
Gets type of the sync agent linked database. Possible values include: 'AzureSqlDatabase', 'SqlServerDatabase' |
Description |
Gets description of the sync agent linked database. |
Id |
Gets resource ID. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
ServerName |
Gets server name of the sync agent linked database. |
Type |
Gets resource type. (Inherited from Resource) |
UserName |
Gets user name of the sync agent linked database. |
Applies to
Azure SDK for .NET