AzureSqlSyncGroupModel Class

Definition

Represents a sync group object

public class AzureSqlSyncGroupModel
type AzureSqlSyncGroupModel = class
Public Class AzureSqlSyncGroupModel
Inheritance
AzureSqlSyncGroupModel

Constructors

AzureSqlSyncGroupModel()

Construct AzureSqlSyncGroupModel

AzureSqlSyncGroupModel(String, String, String, SyncGroup)
AzureSqlSyncGroupModel(String, String, String, SyncGroup)

Construct AzureSqlSyncGroupModel for Management.Sql.Models.syncGroup object

Properties

ConflictResolutionPolicy

Gets or sets the policy of resolving conflicts between hub and member database in the sync group

DatabaseName

Gets or sets the database name

HubDatabasePassword

Gets or sets the hub database password

HubDatabaseUserName

Gets or sets the hub database user name

IntervalInSeconds

Gets or sets the frequency (in seconds) time of doing data synchronization

LastSyncTime

Gets or sets the last sync time of a sync group

ResourceGroupName

Gets or sets the resource group name

ResourceId

Gets or sets the resource Id

Schema

Gets or sets the simple schema of member database

ServerName

Gets or sets the server name

SyncDatabaseId

Gets or sets the sync database resource Id

SyncGroupName

Gets or sets the name of the sync group

SyncState

Gets or sets the sync state of sync group

UsePrivateLinkConnection

Gets or sets if private link connection should be used

Applies to