ReplicationLink Interface

public interface ReplicationLink

An immutable client-side representation of ReplicationLink.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract ReplicationLinkInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.ReplicationLinkInner object.

abstract Boolean isTerminationAllowed()

Gets the isTerminationAllowed property: Legacy value indicating whether termination is allowed.

abstract String location()

Gets the location property: Location of the workspace that contains this firewall rule.

abstract String name()

Gets the name property: The name of the resource.

abstract String partnerDatabase()

Gets the partnerDatabase property: The name of the partner Sql pool.

abstract String partnerLocation()

Gets the partnerLocation property: The Azure Region of the partner Sql pool.

abstract ReplicationRole partnerRole()

Gets the partnerRole property: The role of the partner Sql pool in the replication link.

abstract String partnerServer()

Gets the partnerServer property: The name of the workspace hosting the partner Sql pool.

abstract Integer percentComplete()

Gets the percentComplete property: The percentage of seeding complete for the replication link.

abstract String replicationMode()

Gets the replicationMode property: Replication mode of this replication link.

abstract ReplicationState replicationState()

Gets the replicationState property: The replication state for the replication link.

abstract ReplicationRole role()

Gets the role property: The role of the Sql pool in the replication link.

abstract OffsetDateTime startTime()

Gets the startTime property: The start time for the replication link.

abstract String type()

Gets the type property: The type of the resource.

Method Details

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

public abstract ReplicationLinkInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.ReplicationLinkInner object.

Returns:

the inner object.

public abstract Boolean isTerminationAllowed()

Gets the isTerminationAllowed property: Legacy value indicating whether termination is allowed. Currently always returns true.

Returns:

the isTerminationAllowed value.

public abstract String location()

Gets the location property: Location of the workspace that contains this firewall rule.

Returns:

the location value.

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

public abstract String partnerDatabase()

Gets the partnerDatabase property: The name of the partner Sql pool.

Returns:

the partnerDatabase value.

public abstract String partnerLocation()

Gets the partnerLocation property: The Azure Region of the partner Sql pool.

Returns:

the partnerLocation value.

public abstract ReplicationRole partnerRole()

Gets the partnerRole property: The role of the partner Sql pool in the replication link.

Returns:

the partnerRole value.

public abstract String partnerServer()

Gets the partnerServer property: The name of the workspace hosting the partner Sql pool.

Returns:

the partnerServer value.

public abstract Integer percentComplete()

Gets the percentComplete property: The percentage of seeding complete for the replication link.

Returns:

the percentComplete value.

public abstract String replicationMode()

Gets the replicationMode property: Replication mode of this replication link.

Returns:

the replicationMode value.

public abstract ReplicationState replicationState()

Gets the replicationState property: The replication state for the replication link.

Returns:

the replicationState value.

public abstract ReplicationRole role()

Gets the role property: The role of the Sql pool in the replication link.

Returns:

the role value.

public abstract OffsetDateTime startTime()

Gets the startTime property: The start time for the replication link.

Returns:

the startTime value.

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to