你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzP2sVpnGatewayVpnProfile
生成并返回一个 SAS URL,供客户下载 Vpn 配置文件,以便点到站点客户端设置具有与 P2SVpnGateway 的站点连接。
语法
Get-AzP2sVpnGatewayVpnProfile
[-Name <String>]
-ResourceGroupName <String>
[-AuthenticationMethod <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzP2sVpnGatewayVpnProfile
-InputObject <PSP2SVpnGateway>
[-AuthenticationMethod <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzP2sVpnGatewayVpnProfile
-ResourceId <String>
[-AuthenticationMethod <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Get-AzP2sVpnGatewayVpnProfile cmdlet 使你能够生成并获取 SAS URL 供客户下载 Vpn 配置文件,以便点到站点客户端设置,以便与 P2SVpnGateway 建立点到站点连接。 使用此 Vpn 配置文件的点到站点客户端设置只能连接到此特定的 P2SVpnGateway。
示例
示例 1
Get-AzP2sVpnGatewayVpnProfile -Name 683482ade8564515aed4b8448c9757ea-westus-gw -ResourceGroupName P2SCortexGATesting -AuthenticationMethod EAPTLS
ProfileUrl : https://nfvprodsuppby.blob.core.windows.net/vpnprofileimmutable/8cf00031-37ec-4949-b74a-48f9021bf4c0/vpnprofile/2f132439-1051-44c6-9128-b704c1c48cf7/vpnclientconfiguration.zip?sv=2017-04-17&sr=b&sig=HmBSprVrs
6hDY3x1HX958nimOjavnEjL2rlSuKIIW8Q%3D&st=2019-10-25T19%3A20%3A04Z&se=2019-10-25T20%3A20%3A04Z&sp=r&fileExtension=.zip
Get-AzP2sVpnGatewayVpnProfile cmdlet 使你能够生成并获取 SAS URL 供客户下载 Vpn 配置文件,以便点到站点客户端设置,以便与 P2SVpnGateway 建立点到站点连接。 ProfileUrl 显示客户可从中下载 Vpn 配置文件的 SAS URL,以便点到站点客户端设置。
参数
-AuthenticationMethod
身份验证方法
类型: | String |
接受的值: | EAPTLS, EAPMSCHAPv2 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-InputObject
要修改的 p2s vpn 网关对象
类型: | PSP2SVpnGateway |
别名: | P2SVpnGateway |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Name
资源名称。
类型: | String |
别名: | ResourceName |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
资源组名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceId
要修改的 P2SVpnGateway 的 Azure 资源 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
输入
Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway