ReplicationLink interface
Represents a Sql pool replication link.
- Extends
Properties
is |
Legacy value indicating whether termination is allowed. Currently always returns true. NOTE: This property will not be serialized. It can only be populated by the server. |
location | Location of the workspace that contains this firewall rule. NOTE: This property will not be serialized. It can only be populated by the server. |
partner |
The name of the partner Sql pool. NOTE: This property will not be serialized. It can only be populated by the server. |
partner |
The Azure Region of the partner Sql pool. NOTE: This property will not be serialized. It can only be populated by the server. |
partner |
The role of the partner Sql pool in the replication link. NOTE: This property will not be serialized. It can only be populated by the server. |
partner |
The name of the workspace hosting the partner Sql pool. NOTE: This property will not be serialized. It can only be populated by the server. |
percent |
The percentage of seeding complete for the replication link. NOTE: This property will not be serialized. It can only be populated by the server. |
replication |
Replication mode of this replication link. NOTE: This property will not be serialized. It can only be populated by the server. |
replication |
The replication state for the replication link. NOTE: This property will not be serialized. It can only be populated by the server. |
role | The role of the Sql pool in the replication link. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
The start time for the replication link. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
isTerminationAllowed
Legacy value indicating whether termination is allowed. Currently always returns true. NOTE: This property will not be serialized. It can only be populated by the server.
isTerminationAllowed?: boolean
Property Value
boolean
location
Location of the workspace that contains this firewall rule. NOTE: This property will not be serialized. It can only be populated by the server.
location?: string
Property Value
string
partnerDatabase
The name of the partner Sql pool. NOTE: This property will not be serialized. It can only be populated by the server.
partnerDatabase?: string
Property Value
string
partnerLocation
The Azure Region of the partner Sql pool. NOTE: This property will not be serialized. It can only be populated by the server.
partnerLocation?: string
Property Value
string
partnerRole
The role of the partner Sql pool in the replication link. NOTE: This property will not be serialized. It can only be populated by the server.
partnerRole?: ReplicationRole
Property Value
partnerServer
The name of the workspace hosting the partner Sql pool. NOTE: This property will not be serialized. It can only be populated by the server.
partnerServer?: string
Property Value
string
percentComplete
The percentage of seeding complete for the replication link. NOTE: This property will not be serialized. It can only be populated by the server.
percentComplete?: number
Property Value
number
replicationMode
Replication mode of this replication link. NOTE: This property will not be serialized. It can only be populated by the server.
replicationMode?: string
Property Value
string
replicationState
The replication state for the replication link. NOTE: This property will not be serialized. It can only be populated by the server.
replicationState?: string
Property Value
string
role
The role of the Sql pool in the replication link. NOTE: This property will not be serialized. It can only be populated by the server.
role?: ReplicationRole
Property Value
startTime
The start time for the replication link. NOTE: This property will not be serialized. It can only be populated by the server.
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} 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
The name of the resource 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
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type
Azure SDK for JavaScript