MockableSynapseArmClient.GetSynapseReplicationLinkResource Method

Definition

Gets an object representing a SynapseReplicationLinkResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SynapseReplicationLinkResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Synapse.SynapseReplicationLinkResource GetSynapseReplicationLinkResource (Azure.Core.ResourceIdentifier id);
abstract member GetSynapseReplicationLinkResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Synapse.SynapseReplicationLinkResource
override this.GetSynapseReplicationLinkResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Synapse.SynapseReplicationLinkResource
Public Overridable Function GetSynapseReplicationLinkResource (id As ResourceIdentifier) As SynapseReplicationLinkResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SynapseReplicationLinkResource object.

Applies to