public interface ReplicationLink extends Refreshable<ReplicationLink>, HasInnerModel<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.
|
Mono<Void> |
failoverAsync()
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.
|
Mono<Void> |
forceFailoverAllowDataLossAsync()
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() |
OffsetDateTime |
startTime() |
refresh, refreshAsyncinnerModelresourceGroupNameString sqlServerName()
String databaseName()
String partnerServer()
String partnerDatabase()
String partnerLocation()
ReplicationRole role()
ReplicationRole partnerRole()
OffsetDateTime startTime()
int percentComplete()
ReplicationState replicationState()
String location()
boolean isTerminationAllowed()
String replicationMode()
void delete()
void failover()
Mono<Void> failoverAsync()
void forceFailoverAllowDataLoss()
Copyright © 2020 Microsoft Corporation. All rights reserved.