你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzVpnSiteLinkConnectionIkeSa
获取 VPN 站点链接连接的 IKE 安全关联
语法
Get-AzVpnSiteLinkConnectionIkeSa
-ResourceGroupName <String>
-VpnGatewayName <String>
-VpnConnectionName <String>
-Name <String>
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzVpnSiteLinkConnectionIkeSa
-InputObject <PSVpnSiteLinkConnection>
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzVpnSiteLinkConnectionIkeSa
-ResourceId <String>
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Get-AzVpnSiteLinkConnectionIkeSa cmdlet 基于 VPN 站点链接连接名称、VPN 连接名称、VPN 网关名称和资源组名称返回 VPN 链接连接的 IKE 安全关联。 如果在未指定上述任何参数的情况下发出 Get-AzVpnSiteLinkConnectionIkeSa cmdlet,输出将不会显示 IKE 安全关联。
示例
示例 1
Get-AzVpnSiteLinkConnectionIkeSa -ResourceGroupName test-rg -VpnGatewayName test-gateway -VpnConnectionName test-connection -ResourceName test-linkConnection
LocalEndpoint : 52.148.27.69
RemoteEndpoint : 13.78.223.113
InitiatorCookie : 10994953846917485010
ResponderCookie : 4652217515638795111
LocalUdpEncapsulationPort : 0
RemoteUdpEncapsulationPort : 0
Encryption : AES256
Integrity : SHA1
DhGroup : DHGroup2
LifeTimeSeconds : 28800
IsSaInitiator : True
ElapsedTimeInseconds : 21437
Quick Mode SA : 1 item(s)
返回资源组“test-rg”中名为“test-linkConnection”的 VPN 站点链接连接的 IKE 安全关联
参数
-AsJob
在后台运行 cmdlet。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-InputObject
Vpn 站点链接连接对象。
类型: | PSVpnSiteLinkConnection |
别名: | VpnSiteLinkConnection |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Name
Vpn 站点链接连接名称。
类型: | String |
别名: | ResourceName, VpnSiteLinkConnectionName |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
资源组名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceId
需要为其提取 IKE 安全关联的 Vpn 站点链接连接的 Azure 资源 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-VpnConnectionName
Vpn 连接名称。
类型: | String |
别名: | ParentName |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-VpnGatewayName
Vpn 网关名称。
类型: | String |
别名: | GrandParentName |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
输入
输出
List<T>[[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.5.0.0, Culture=neutral, PublicKeyToken=null]]