ReplicationLink Class

Definition

Represents a Sql pool replication link.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ReplicationLink : Microsoft.Azure.Management.Synapse.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ReplicationLink = class
    inherit ProxyResource
Public Class ReplicationLink
Inherits ProxyResource
Inheritance
ReplicationLink
Attributes

Constructors

ReplicationLink()

Initializes a new instance of the ReplicationLink class.

ReplicationLink(String, String, String, String, Nullable<Boolean>, String, String, String, String, Nullable<ReplicationRole>, Nullable<ReplicationRole>, Nullable<DateTime>, Nullable<Int32>, String)

Initializes a new instance of the ReplicationLink class.

Properties

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
IsTerminationAllowed

Gets legacy value indicating whether termination is allowed. Currently always returns true.

Location

Gets location of the workspace that contains this firewall rule.

Name

Gets the name of the resource

(Inherited from Resource)
PartnerDatabase

Gets the name of the partner Sql pool.

PartnerLocation

Gets the Azure Region of the partner Sql pool.

PartnerRole

Gets the role of the partner Sql pool in the replication link. Possible values include: 'Primary', 'Secondary', 'NonReadableSecondary', 'Source', 'Copy'

PartnerServer

Gets the name of the workspace hosting the partner Sql pool.

PercentComplete

Gets the percentage of seeding complete for the replication link.

ReplicationMode

Gets replication mode of this replication link.

ReplicationState

Gets the replication state for the replication link. Possible values include: 'PENDING', 'SEEDING', 'CATCH_UP', 'SUSPENDED'

Role

Gets the role of the Sql pool in the replication link. Possible values include: 'Primary', 'Secondary', 'NonReadableSecondary', 'Source', 'Copy'

StartTime

Gets the start time for the replication link.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to