public interface ReplicationLink extends Refreshable<ReplicationLink>, HasInner<com.microsoft.azure.management.sql.implementation.ReplicationLinkInner>, HasResourceGroup, HasName, HasId
Modifier and Type | Method and Description |
---|---|
String |
databaseName() |
void |
delete()
Deletes the replication link.
|
void |
failover()
Fails over the Azure SQL Database Replication Link.
|
rx.Completable |
failoverAsync()
Fails over the Azure SQL Database Replication Link.
|
ServiceFuture<Void> |
failoverAsync(ServiceCallback<Void> callback)
Fails over the Azure SQL Database Replication Link.
|
void |
forceFailoverAllowDataLoss()
Forces fail over the Azure SQL Database Replication Link which may result in data loss.
|
rx.Completable |
forceFailoverAllowDataLossAsync()
Forces fail over the Azure SQL Database Replication Link which may result in data loss.
|
ServiceFuture<Void> |
forceFailoverAllowDataLossAsync(ServiceCallback<Void> callback)
Forces fail over the Azure SQL Database Replication Link which may result in data loss.
|
boolean |
isTerminationAllowed() |
String |
location() |
String |
partnerDatabase() |
String |
partnerLocation() |
ReplicationRole |
partnerRole() |
String |
partnerServer() |
int |
percentComplete() |
String |
replicationMode() |
ReplicationState |
replicationState() |
ReplicationRole |
role() |
String |
sqlServerName() |
org.joda.time.DateTime |
startTime() |
refresh, refreshAsync
inner
resourceGroupName
String sqlServerName()
String databaseName()
String partnerServer()
String partnerDatabase()
String partnerLocation()
ReplicationRole role()
ReplicationRole partnerRole()
org.joda.time.DateTime startTime()
int percentComplete()
ReplicationState replicationState()
@Beta(value=V1_7_0) String location()
@Beta(value=V1_7_0) boolean isTerminationAllowed()
@Beta(value=V1_7_0) String replicationMode()
void delete()
void failover()
rx.Completable failoverAsync()
ServiceFuture<Void> failoverAsync(ServiceCallback<Void> callback)
callback
- the callback to call on success or failurevoid forceFailoverAllowDataLoss()
rx.Completable forceFailoverAllowDataLossAsync()
ServiceFuture<Void> forceFailoverAllowDataLossAsync(ServiceCallback<Void> callback)
callback
- the callback to call on success or failureCopyright © 2019. All rights reserved.