public class ReplicationLinkInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ReplicationLinkInner() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isTerminationAllowed()
Get the isTerminationAllowed property: Legacy value indicating whether termination is allowed.
|
String |
location()
Get the location property: Location of the server that contains this firewall rule.
|
String |
partnerDatabase()
Get the partnerDatabase property: The name of the partner database.
|
String |
partnerLocation()
Get the partnerLocation property: The Azure Region of the partner database.
|
ReplicationRole |
partnerRole()
Get the partnerRole property: The role of the partner database in the replication link.
|
String |
partnerServer()
Get the partnerServer property: The name of the server hosting the partner database.
|
Integer |
percentComplete()
Get the percentComplete property: The percentage of seeding complete for the replication link.
|
String |
replicationMode()
Get the replicationMode property: Replication mode of this replication link.
|
ReplicationState |
replicationState()
Get the replicationState property: The replication state for the replication link.
|
ReplicationRole |
role()
Get the role property: The role of the database in the replication link.
|
OffsetDateTime |
startTime()
Get the startTime property: The start time for the replication link.
|
void |
validate()
Validates the instance.
|
public String location()
public Boolean isTerminationAllowed()
public String replicationMode()
public String partnerServer()
public String partnerDatabase()
public String partnerLocation()
public ReplicationRole role()
public ReplicationRole partnerRole()
public OffsetDateTime startTime()
public Integer percentComplete()
public ReplicationState replicationState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.