SqlPoolReplicationLinks interface

Interface representing a SqlPoolReplicationLinks.

Methods

getByName(string, string, string, string, SqlPoolReplicationLinksGetByNameOptionalParams)

Get SQL pool replication link by name.

list(string, string, string, SqlPoolReplicationLinksListOptionalParams)

Lists a Sql pool's replication links.

Method Details

Get SQL pool replication link by name.

function getByName(resourceGroupName: string, workspaceName: string, sqlPoolName: string, linkId: string, options?: SqlPoolReplicationLinksGetByNameOptionalParams): Promise<ReplicationLink>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

sqlPoolName

string

SQL pool name

linkId

string

The ID of the replication link.

options
SqlPoolReplicationLinksGetByNameOptionalParams

The options parameters.

Returns

Promise<ReplicationLink>

Lists a Sql pool's replication links.

function list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: SqlPoolReplicationLinksListOptionalParams): PagedAsyncIterableIterator<ReplicationLink, ReplicationLink[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

sqlPoolName

string

SQL pool name

options
SqlPoolReplicationLinksListOptionalParams

The options parameters.

Returns