SyncAgentLinkedDatabase Constructors

Definition

Overloads

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.

SyncAgentLinkedDatabase()

Initializes a new instance of the SyncAgentLinkedDatabase class.

public SyncAgentLinkedDatabase ();
Public Sub New ()

Applies to

SyncAgentLinkedDatabase(String, String, String, String, String, String, String, String, String)

Initializes a new instance of the SyncAgentLinkedDatabase class.

public SyncAgentLinkedDatabase (string id = default, string name = default, string type = default, string databaseType = default, string databaseId = default, string description = default, string serverName = default, string databaseName = default, string userName = default);
new Microsoft.Azure.Management.Sql.Models.SyncAgentLinkedDatabase : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Sql.Models.SyncAgentLinkedDatabase
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional databaseType As String = Nothing, Optional databaseId As String = Nothing, Optional description As String = Nothing, Optional serverName As String = Nothing, Optional databaseName As String = Nothing, Optional userName As String = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

databaseType
String

Type of the sync agent linked database. Possible values include: 'AzureSqlDatabase', 'SqlServerDatabase'

databaseId
String

Id of the sync agent linked database.

description
String

Description of the sync agent linked database.

serverName
String

Server name of the sync agent linked database.

databaseName
String

Database name of the sync agent linked database.

userName
String

User name of the sync agent linked database.

Applies to