ISyncAgentsOperations Interface

Definition

SyncAgentsOperations operations.

public interface ISyncAgentsOperations
type ISyncAgentsOperations = interface
Public Interface ISyncAgentsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, String, 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, String, 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

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

Creates or updates a sync agent.

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

Deletes a sync agent.

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

Creates or updates a sync agent.

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

Deletes a sync agent.

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

Generates a sync agent key.

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

Gets a sync agent.

ListByServerAsync(ISyncAgentsOperations, String, String, CancellationToken)

Lists sync agents in a server.

ListByServerNextAsync(ISyncAgentsOperations, String, CancellationToken)

Lists sync agents in a server.

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

Lists databases linked to a sync agent.

ListLinkedDatabasesNextAsync(ISyncAgentsOperations, String, CancellationToken)

Lists databases linked to a sync agent.

Applies to