SqlServerDatabaseReplicationLinkCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/replicationLinks/{linkId}
  • Operation Id: ReplicationLinks_Get
  • Default Api Version: 2023-05-01-preview
  • Resource: SqlServerDatabaseReplicationLinkResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.SqlServerDatabaseReplicationLinkResource>> GetIfExistsAsync (string linkId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.SqlServerDatabaseReplicationLinkResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.SqlServerDatabaseReplicationLinkResource>>
Public Overridable Function GetIfExistsAsync (linkId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of SqlServerDatabaseReplicationLinkResource))

Parameters

linkId
String

The name 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