你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzSqlServerCommunicationLink
获取数据库服务器之间弹性数据库事务的通信链接。
语法
Get-AzSqlServerCommunicationLink
[[-LinkName] <String>]
[-ServerName] <String>
[-ResourceGroupName] <String>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Get-AzSqlServerCommunicationLink cmdlet 获取Azure SQL 数据库中弹性数据库事务的服务器到服务器通信链接。 指定服务器通信链接的名称以查看该链接的属性。
示例
示例 1:获取服务器的所有通信链接
Get-AzSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer17"
此命令获取名为 ContosoServer17 的服务器弹性数据库事务的所有服务器到服务器通信链接。
示例 2:获取服务器的特定通信链接
Get-AzSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer17" -LinkName "Link01"
此命令获取名为 Link01 的服务器到服务器通信链接。
示例 3:使用筛选获取服务器的所有通信链接
Get-AzSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer17" -LinkName "Link*"
此命令获取以“链接”开头的名为 ContosoServer17 的服务器的所有服务器到服务器的通信链接。
参数
-Confirm
提示你在运行 cmdlet 之前进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 azure 通信的凭据、帐户、租户和订阅
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-LinkName
指定此 cmdlet 获取的服务器通信链接的名称。
类型: | String |
Position: | 2 |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | True |
-ResourceGroupName
指定由 ServerName 参数指定的服务器所属的资源组的名称。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ServerName
指定服务器的名称。 此服务器包含此 cmdlet 获取的通信链接。
类型: | String |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-WhatIf
显示运行该 cmdlet 时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
输出
AzureSqlServerCommunicationLinkModel
备注
- 关键字:azure, azurerm, arm, 资源, 管理, 经理, sql, 数据库, mssql