SqlPoolReplicationLinks interface
Interface representing a SqlPoolReplicationLinks.
Methods
get |
Get SQL pool replication link by name. |
list(string, string, string, Sql |
Lists a Sql pool's replication links. |
Method Details
getByName(string, string, string, string, SqlPoolReplicationLinksGetByNameOptionalParams)
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.
The options parameters.
Returns
Promise<ReplicationLink>
list(string, string, string, SqlPoolReplicationLinksListOptionalParams)
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
The options parameters.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript