SynapseReplicationLinkCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks/{linkId}
  • Operation Id: SqlPoolReplicationLinks_GetByName
public virtual Azure.NullableResponse<Azure.ResourceManager.Synapse.SynapseReplicationLinkResource> GetIfExists (string linkId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Synapse.SynapseReplicationLinkResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Synapse.SynapseReplicationLinkResource>
Public Overridable Function GetIfExists (linkId As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SynapseReplicationLinkResource)

Parameters

linkId
String

The ID of the replication link.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

linkId is an empty string, and was expected to be non-empty.

linkId is null.

Applies to