ReplicationLink interface 
A replication link.
- Extends
 
Properties
| is | 
	Whether the user is currently allowed to terminate the link. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| link | 
	Link type (GEO, NAMED, STANDBY). NOTE: This property will not be serialized. It can only be populated by the server.  | 
| partner | 
	Resource partner database. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| partner | 
	Resource partner location. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| partner | 
	Partner replication role. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| partner | 
	Resource partner server. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| percent | 
	Seeding completion percentage for the link. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| replication | 
	Replication mode. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| replication | 
	Replication state (PENDING, SEEDING, CATCHUP, SUSPENDED). NOTE: This property will not be serialized. It can only be populated by the server.  | 
| role | Local replication role. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| start | 
	Time at which the link was created. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Inherited Properties
| id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		isTerminationAllowed
	  
	Whether the user is currently allowed to terminate the link. NOTE: This property will not be serialized. It can only be populated by the server.
isTerminationAllowed?: boolean
				Property Value
boolean
		linkType
	 
	Link type (GEO, NAMED, STANDBY). NOTE: This property will not be serialized. It can only be populated by the server.
linkType?: string
				Property Value
string
		partnerDatabase
	 
	Resource partner database. NOTE: This property will not be serialized. It can only be populated by the server.
partnerDatabase?: string
				Property Value
string
		partnerLocation
	 
	Resource partner location. NOTE: This property will not be serialized. It can only be populated by the server.
partnerLocation?: string
				Property Value
string
		partnerRole
	 
	Partner replication role. NOTE: This property will not be serialized. It can only be populated by the server.
partnerRole?: ReplicationRole
				Property Value
		partnerServer
	 
	Resource partner server. NOTE: This property will not be serialized. It can only be populated by the server.
partnerServer?: string
				Property Value
string
		percentComplete
	 
	Seeding completion percentage for the link. NOTE: This property will not be serialized. It can only be populated by the server.
percentComplete?: number
				Property Value
number
		replicationMode
	 
	Replication mode. NOTE: This property will not be serialized. It can only be populated by the server.
replicationMode?: string
				Property Value
string
		replicationState
	 
	Replication state (PENDING, SEEDING, CATCHUP, SUSPENDED). NOTE: This property will not be serialized. It can only be populated by the server.
replicationState?: string
				Property Value
string
role
Local replication role. NOTE: This property will not be serialized. It can only be populated by the server.
role?: ReplicationRole
				Property Value
		startTime
	 
	Time at which the link was created. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
				Property Value
Date
Inherited Property Details
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
				Property Value
string
Inherited From ProxyResource.id
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
				Property Value
string
Inherited From ProxyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
				Property Value
string
Inherited From ProxyResource.type