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.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SyncAgentLinkedDatabase = class
inherit ProxyResourceInner
Public Class SyncAgentLinkedDatabase
Inherits ProxyResourceInner
- Inheritance
- Attributes
Constructors
SyncAgentLinkedDatabase() |
Initializes a new instance of the SyncAgentLinkedDatabase class. |
SyncAgentLinkedDatabase(String, String, String, SyncMemberDbType, 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 |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
ServerName |
Gets server name of the sync agent linked database. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
UserName |
Gets user name of the sync agent linked database. |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |
Applies to
Azure SDK for .NET