Sdílet prostřednictvím


SynapseReplicationLinkData Class

Definition

A class representing the SynapseReplicationLink data model. Represents a Sql pool replication link.

public class SynapseReplicationLinkData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.SynapseReplicationLinkData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.SynapseReplicationLinkData>
public class SynapseReplicationLinkData : Azure.ResourceManager.Models.ResourceData
type SynapseReplicationLinkData = class
    inherit ResourceData
    interface IJsonModel<SynapseReplicationLinkData>
    interface IPersistableModel<SynapseReplicationLinkData>
type SynapseReplicationLinkData = class
    inherit ResourceData
Public Class SynapseReplicationLinkData
Inherits ResourceData
Implements IJsonModel(Of SynapseReplicationLinkData), IPersistableModel(Of SynapseReplicationLinkData)
Public Class SynapseReplicationLinkData
Inherits ResourceData
Inheritance
SynapseReplicationLinkData
Implements

Constructors

SynapseReplicationLinkData()

Initializes a new instance of SynapseReplicationLinkData.

Properties

Id

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

(Inherited from ResourceData)
IsTerminationAllowed

Legacy value indicating whether termination is allowed. Currently always returns true.

Location

Location of the workspace that contains this firewall rule.

Name

The name of the resource.

(Inherited from ResourceData)
PartnerDatabase

The name of the partner Sql pool.

PartnerLocation

The Azure Region of the partner Sql pool.

PartnerRole

The role of the partner Sql pool in the replication link.

PartnerServer

The name of the workspace hosting the partner Sql pool.

PercentComplete

The percentage of seeding complete for the replication link.

ReplicationMode

Replication mode of this replication link.

ReplicationState

The replication state for the replication link.

ResourceType

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

(Inherited from ResourceData)
Role

The role of the Sql pool in the replication link.

StartOn

The start time for the replication link.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseReplicationLinkData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SynapseReplicationLinkData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseReplicationLinkData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseReplicationLinkData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SynapseReplicationLinkData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to