ReplicationLink interface
A replication link.
- Extends
Properties
| is |
Whether the user is currently allowed to terminate the link. |
| link |
Link type (GEO, NAMED, STANDBY). Update operation does not support NAMED. |
| partner |
Resource partner database. |
| partner |
Resource partner database Id. |
| partner |
Resource partner location. |
| partner |
Partner replication role. |
| partner |
Resource partner server. |
| percent |
Seeding completion percentage for the link. |
| replication |
Replication mode. |
| replication |
Replication state (PENDING, SEEDING, CATCHUP, SUSPENDED). |
| role | Local replication role. |
| start |
Time at which the link was created. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
isTerminationAllowed
Whether the user is currently allowed to terminate the link.
isTerminationAllowed?: boolean
Property Value
boolean
linkType
Link type (GEO, NAMED, STANDBY). Update operation does not support NAMED.
linkType?: string
Property Value
string
partnerDatabase
Resource partner database.
partnerDatabase?: string
Property Value
string
partnerDatabaseId
Resource partner database Id.
partnerDatabaseId?: string
Property Value
string
partnerLocation
Resource partner location.
partnerLocation?: string
Property Value
string
partnerRole
partnerServer
Resource partner server.
partnerServer?: string
Property Value
string
percentComplete
Seeding completion percentage for the link.
percentComplete?: number
Property Value
number
replicationMode
Replication mode.
replicationMode?: string
Property Value
string
replicationState
Replication state (PENDING, SEEDING, CATCHUP, SUSPENDED).
replicationState?: string
Property Value
string
role
startTime
Time at which the link was created.
startTime?: Date
Property Value
Date
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type