AzureSqlSyncMemberModel Class

Definition

Represents a sync member object

public class AzureSqlSyncMemberModel
type AzureSqlSyncMemberModel = class
Public Class AzureSqlSyncMemberModel
Inheritance
AzureSqlSyncMemberModel

Constructors

AzureSqlSyncMemberModel()

Construct AzureSqlSyncMemberModel

AzureSqlSyncMemberModel(String, String, String, String, SyncMember)
AzureSqlSyncMemberModel(String, String, String, String, SyncMember)

Construct AzureSqlSyncMemberModel for Management.Sql.Models.syncMember object

Properties

DatabaseName

Gets or sets the database name

MemberDatabaseName

Gets or sets the Azure SQL Server database name of the member database

MemberDatabasePassword

Gets or sets the password of Azure SQL database

MemberDatabaseType

Gets or sets the database type of the member database.

MemberDatabaseUserName

Gets or sets the user name of Azure SQL database

MemberServerName

Gets or sets the Azure SQL Server Name of the member database

ResourceGroupName

Gets or sets the resource group name

ResourceId

Gets or sets the resource Id

ServerName

Gets or sets the server name

SqlServerDatabaseId

Gets or sets the id of the SQL server database which is connected by the sync agent

SyncAgentId

Gets or sets the sync agent name

SyncDirection

Gets or sets the sync direction name

SyncGroupName

Gets or sets the sync group name

SyncMemberAzureDatabaseResourceId

Gets or sets the sync member resource Id

SyncMemberName

Gets or sets the sync member name

SyncState

Gets or sets the sync state of a sync member

UsePrivateLinkConnection

Gets or sets whether to use private link connection

Applies to