ReplicationLinksClient Interface
public interface ReplicationLinksClient
An instance of this class provides access to all the operations defined in ReplicationLinksClient.
Method Summary
Method Details
beginDelete
public abstract SyncPoller
Deletes the replication link.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the replication link.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes the replication link.
Parameters:
Returns:
beginFailover
public abstract SyncPoller
Fails over from the current primary server to this server.
Parameters:
Returns:
beginFailover
public abstract SyncPoller
Fails over from the current primary server to this server.
Parameters:
Returns:
beginFailoverAllowDataLoss
public abstract SyncPoller
Fails over from the current primary server to this server allowing data loss.
Parameters:
Returns:
beginFailoverAllowDataLoss
public abstract SyncPoller
Fails over from the current primary server to this server allowing data loss.
Parameters:
Returns:
beginFailoverAllowDataLossAsync
public abstract PollerFlux
Fails over from the current primary server to this server allowing data loss.
Parameters:
Returns:
beginFailoverAsync
public abstract PollerFlux
Fails over from the current primary server to this server.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serverName, String databaseName, String linkId)
Deletes the replication link.
Parameters:
delete
public abstract void delete(String resourceGroupName, String serverName, String databaseName, String linkId, Context context)
Deletes the replication link.
Parameters:
deleteAsync
public abstract Mono
Deletes the replication link.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the replication link.
Parameters:
Returns:
failover
public abstract ReplicationLinkInner failover(String resourceGroupName, String serverName, String databaseName, String linkId)
Fails over from the current primary server to this server.
Parameters:
Returns:
failover
public abstract ReplicationLinkInner failover(String resourceGroupName, String serverName, String databaseName, String linkId, Context context)
Fails over from the current primary server to this server.
Parameters:
Returns:
failoverAllowDataLoss
public abstract ReplicationLinkInner failoverAllowDataLoss(String resourceGroupName, String serverName, String databaseName, String linkId)
Fails over from the current primary server to this server allowing data loss.
Parameters:
Returns:
failoverAllowDataLoss
public abstract ReplicationLinkInner failoverAllowDataLoss(String resourceGroupName, String serverName, String databaseName, String linkId, Context context)
Fails over from the current primary server to this server allowing data loss.
Parameters:
Returns:
failoverAllowDataLossAsync
public abstract Mono
Fails over from the current primary server to this server allowing data loss.
Parameters:
Returns:
failoverAllowDataLossWithResponseAsync
public abstract Mono
Fails over from the current primary server to this server allowing data loss.
Parameters:
Returns:
failoverAsync
public abstract Mono
Fails over from the current primary server to this server.
Parameters:
Returns:
failoverWithResponseAsync
public abstract Mono
Fails over from the current primary server to this server.
Parameters:
Returns:
get
public abstract ReplicationLinkInner get(String resourceGroupName, String serverName, String databaseName, String linkId)
Gets a replication link.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a replication link.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a replication link.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a replication link.
Parameters:
Returns:
listByDatabase
public abstract PagedIterable
Gets a list of replication links on database.
Parameters:
Returns:
listByDatabase
public abstract PagedIterable
Gets a list of replication links on database.
Parameters:
Returns:
listByDatabaseAsync
public abstract PagedFlux
Gets a list of replication links on database.
Parameters:
Returns:
listByServer
public abstract PagedIterable
Gets a list of replication links.
Parameters:
Returns:
listByServer
public abstract PagedIterable
Gets a list of replication links.
Parameters:
Returns:
listByServerAsync
public abstract PagedFlux
Gets a list of replication links.
Parameters:
Returns:
Applies to
Azure SDK for Java