你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzVirtualNetworkGatewayConnectionIkeSa
获取虚拟网络网关连接的 IKE 安全关联
语法
Get-AzVirtualNetworkGatewayConnectionIkeSa
-Name <String>
-ResourceGroupName <String>
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzVirtualNetworkGatewayConnectionIkeSa
-InputObject <PSVirtualNetworkGatewayConnection>
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzVirtualNetworkGatewayConnectionIkeSa
-ResourceId <String>
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Get-AzVirtualNetworkGatewayConnectionIkeSa cmdlet 基于连接名称和资源组名称返回连接的 IKE 安全关联。 如果在未指定 -Name 参数的情况下发出 Get-AzVirtualNetworkGatewayConnection cmdlet,输出将不会显示 IKE 安全关联。
示例
示例 1
Get-AzVirtualNetworkGatewayConnectionIkeSa -ResourceGroupName myRG -Name myTunnel
localEndpoint : 52.180.160.154
remoteEndpoint : 104.208.54.1
initiatorCookie : 5490733703579933026
responderCookie : 15460013388959380535
localUdpEncapsulationPort : 0
remoteUdpEncapsulationPort : 0
encryption : AES256
integrity : SHA1
dhGroup : DHGroup2
lifeTimeSeconds : 28800
isSaInitiator : True
elapsedTimeInseconds : 23092
quickModeSa : {}
返回资源组“myRG”中名为“myTunnel”的 虚拟网络 网关连接的 IKE 安全关联
参数
-AsJob
在后台运行 cmdlet。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-InputObject
需要为其提取 IKE SA 的虚拟网络网关连接对象。
类型: | PSVirtualNetworkGatewayConnection |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Name
需要为其提取 IKE SA 的虚拟网络网关连接名称。
类型: | String |
别名: | ResourceName, ConnectionName |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
资源组名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceId
需要为其提取 IKE SA 的虚拟网络网关连接的 Azure 资源 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
输入
输出
Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSa