你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzVpnClientIpsecParameter
获取在 虚拟网络 网关上为点到站点连接设置的 vpn Ipsec 参数。
语法
Get-AzVpnClientIpsecParameter
[-Name <String>]
-ResourceGroupName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
虚拟网络网关是表示 Azure 中网关的对象。 Get-AzVpnClientIpsecParameter cmdlet 返回 Azure 中基于网关名称和资源组名称在网关上设置的 vpn ipsec 参数的对象。
示例
示例 1:获取在 虚拟网络 网关上为点到站点连接设置的 vpn Ipsec 参数。
$VpnClientIPsecParameters = Get-AzVpnClientIpsecParameter -Name myGateway -ResourceGroupName myRG
返回资源组“myRG”中名为“myGateway”的 虚拟网络 网关上设置的 vpn ipsec 参数的对象
参数
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Name
资源名称。
类型: | String |
别名: | ResourceName |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-ResourceGroupName
资源组名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |