Get-AzureRmSqlDatabaseReplicationLink
Syntax
Get-AzureRmSqlDatabaseReplicationLink
[-ResourceGroupName] <String>
[-ServerName] <String>
[-DatabaseName] <String>
-PartnerResourceGroupName <String>
[-PartnerServerName <String>]
[-Confirm]
[-WhatIf]
[<CommonParameters>]
Description
The Get-AzureRMSqlDatabaseReplicationLink cmdlet replaces the Get-AzureSqlDatabaseCopy cmdlet. It gets all geo-replication links between the specified Azure SQL Database and a resource group or AzureSQL Server.
Examples
1:
Required Parameters
Specifies the name of the SQL Database for which to retrieve links.
| Type: | String |
| Position: | 2 |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName) |
| Accept wildcard characters: | False |
Specifies the name of the resource group to which the partner is assigned.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName) |
| Accept wildcard characters: | False |
Specifies the name of the Azure resource group for the database for which to retrieve links.
| Type: | String |
| Position: | 0 |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName) |
| Accept wildcard characters: | False |
Specifies the name of the SQL Server for the database to retrieve links for.
| Type: | String |
| Position: | 1 |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName) |
| Accept wildcard characters: | False |
Optional Parameters
Prompts you for confirmation before running the cmdlet.
| Type: | SwitchParameter |
| Aliases: | cf |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Specifies the name of the Azure SQL Server for the partner.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
| Type: | SwitchParameter |
| Aliases: | wi |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Inputs
This cmdlet accepts instances of the ReplicationLink or the Database object for the primary or secondary database.
Outputs
This cmdlet returns a ReplicationLink object.