Sdílet prostřednictvím


AzureSqlDataSyncAdapter Class

Definition

Adapter for data sync operations

public class AzureSqlDataSyncAdapter
type AzureSqlDataSyncAdapter = class
Public Class AzureSqlDataSyncAdapter
Inheritance
AzureSqlDataSyncAdapter

Constructors

AzureSqlDataSyncAdapter(IAzureContext)

Constructs a data sync adapter

Properties

Context

Gets or sets the Azure profile

Methods

CreateSyncAgentModelFromResponse(String, String, SyncAgent)

Converts the response from the service to a powershell sync agent object

CreateSyncGroupLogModelFromResponse(SyncGroupLog)

Converts the response from the service to a powershell sync group log object

CreateSyncGroupModelFromResponse(String, String, String, SyncGroup)
CreateSyncGroupModelFromResponse(String, String, String, SyncGroup)

Converts the response from the service to a powershell sync group object

CreateSyncMemberModelFromResponse(String, String, String, String, SyncMember)
CreateSyncMemberModelFromResponse(String, String, String, String, SyncMember)

Converts the response from the service to a powershell sync member object

GetSyncAgent(String, String, String)

Gets a sync agent by name

GetSyncGroup(String, String, String, String)

Gets a sync group by name

GetSyncHubSchema(String, String, String, String)

Gets the full schema of hub database of a sync group

GetSyncMember(String, String, String, String, String)

Gets a sync member by name

GetSyncMemberSchema(String, String, String, String, String)

Gets the full schema of member database of a sync member

InvokeSyncHubSchemaRefresh(String, String, String, String)

Invoke the hub database schema of sync member refresh

InvokeSyncMemberSchemaRefresh(String, String, String, String, String)

Invoke the member database schema of sync member refreshing

RemoveSyncAgent(String, String, String)

Remove a sync agent

RemoveSyncGroup(String, String, String, String)

Remove a sync group

RemoveSyncMember(String, String, String, String, String)

Remove a sync member

StartSynchronization(String, String, String, String)

Trigger synchronization of a sync group

StopSynchronization(String, String, String, String)

Cancel synchronization of a sync group

Applies to