< Back
Get-AzureRmSqlServerCommunicationLink
Post
NAME Get-AzureRmSqlServerCommunicationLink
SYNOPSIS
Gets communication links for elastic database transactions between database servers.
SYNTAX
Get-AzureRmSqlServerCommunicationLink [-ResourceGroupName] <String> [-ServerName] <String> [[-LinkName] <String>] [-DefaultProfile
<IAzureContextContainer>] [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
The Get-AzureRmSqlServerCommunicationLink cmdlet gets server-to-server communication links for elastic database transactions in Azure SQL
Database. Specify the name of a server communication link to see the properties for that link.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-LinkName <String>
Specifies the name of the server communication link that this cmdlet gets.
Required? false
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the name of the resource group to which the server specified by the ServerName parameter belongs.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ServerName <String>
Specifies the name of a server. This server contains a communication link that this cmdlet gets.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerCommunicationLinkModel
NOTES
* Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
Example 1: Get all communication links for a server
PS C:\\>Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer17"
This command gets all server-to-server communication links for elastic database transactions for the server named ContosoServer17.
Example 2: Get a specific communication link for a server
PS C:\\>Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer17" -LinkName "Link01"
This command gets the server-to-server communication link named Link01.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... cationlink
New-AzureRmSqlServerCommunicationLink
Remove-AzureRmSqlServerCommunicationLink
SQL Database Documentation https://docs.microsoft.com/azure/sql-database/
SYNOPSIS
Gets communication links for elastic database transactions between database servers.
SYNTAX
Get-AzureRmSqlServerCommunicationLink [-ResourceGroupName] <String> [-ServerName] <String> [[-LinkName] <String>] [-DefaultProfile
<IAzureContextContainer>] [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
The Get-AzureRmSqlServerCommunicationLink cmdlet gets server-to-server communication links for elastic database transactions in Azure SQL
Database. Specify the name of a server communication link to see the properties for that link.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-LinkName <String>
Specifies the name of the server communication link that this cmdlet gets.
Required? false
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the name of the resource group to which the server specified by the ServerName parameter belongs.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ServerName <String>
Specifies the name of a server. This server contains a communication link that this cmdlet gets.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerCommunicationLinkModel
NOTES
* Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
Example 1: Get all communication links for a server
PS C:\\>Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer17"
This command gets all server-to-server communication links for elastic database transactions for the server named ContosoServer17.
Example 2: Get a specific communication link for a server
PS C:\\>Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer17" -LinkName "Link01"
This command gets the server-to-server communication link named Link01.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... cationlink
New-AzureRmSqlServerCommunicationLink
Remove-AzureRmSqlServerCommunicationLink
SQL Database Documentation https://docs.microsoft.com/azure/sql-database/