SynapseReplicationLinkData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the SynapseReplicationLink data model. Represents a Sql pool replication link.
public class SynapseReplicationLinkData : Azure.ResourceManager.Models.ResourceData
type SynapseReplicationLinkData = class
inherit ResourceData
Public Class SynapseReplicationLinkData
Inherits ResourceData
- Inheritance
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) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET