ISyncAgentsOperations Interface

Definition

SyncAgentsOperations operations.

public interface ISyncAgentsOperations
type ISyncAgentsOperations = interface
Public Interface ISyncAgentsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, SyncAgent, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a sync agent.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a sync agent.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, SyncAgent, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a sync agent.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a sync agent.

GenerateKeyWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Generates a sync agent key.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a sync agent.

ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists sync agents in a server.

ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists sync agents in a server.

ListLinkedDatabasesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists databases linked to a sync agent.

ListLinkedDatabasesWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Lists databases linked to a sync agent.

Extension Methods

BeginCreateOrUpdate(ISyncAgentsOperations, String, String, String, SyncAgent)

Creates or updates a sync agent.

BeginCreateOrUpdateAsync(ISyncAgentsOperations, String, String, String, SyncAgent, CancellationToken)

Creates or updates a sync agent.

BeginDelete(ISyncAgentsOperations, String, String, String)

Deletes a sync agent.

BeginDeleteAsync(ISyncAgentsOperations, String, String, String, CancellationToken)

Deletes a sync agent.

CreateOrUpdate(ISyncAgentsOperations, String, String, String, SyncAgent)

Creates or updates a sync agent.

CreateOrUpdateAsync(ISyncAgentsOperations, String, String, String, SyncAgent, CancellationToken)

Creates or updates a sync agent.

Delete(ISyncAgentsOperations, String, String, String)

Deletes a sync agent.

DeleteAsync(ISyncAgentsOperations, String, String, String, CancellationToken)

Deletes a sync agent.

GenerateKey(ISyncAgentsOperations, String, String, String)

Generates a sync agent key.

GenerateKeyAsync(ISyncAgentsOperations, String, String, String, CancellationToken)

Generates a sync agent key.

Get(ISyncAgentsOperations, String, String, String)

Gets a sync agent.

GetAsync(ISyncAgentsOperations, String, String, String, CancellationToken)

Gets a sync agent.

ListByServer(ISyncAgentsOperations, String, String)

Lists sync agents in a server.

ListByServerAsync(ISyncAgentsOperations, String, String, CancellationToken)

Lists sync agents in a server.

ListByServerNext(ISyncAgentsOperations, String)

Lists sync agents in a server.

ListByServerNextAsync(ISyncAgentsOperations, String, CancellationToken)

Lists sync agents in a server.

ListLinkedDatabases(ISyncAgentsOperations, String, String, String)

Lists databases linked to a sync agent.

ListLinkedDatabasesAsync(ISyncAgentsOperations, String, String, String, CancellationToken)

Lists databases linked to a sync agent.

ListLinkedDatabasesNext(ISyncAgentsOperations, String)

Lists databases linked to a sync agent.

ListLinkedDatabasesNextAsync(ISyncAgentsOperations, String, CancellationToken)

Lists databases linked to a sync agent.

Applies to