Get-AzVirtualWanVpnServerConfigurationVpnProfile
ポイント対サイト クライアントセットアップの VirtualWan-VpnServerConfiguration レベルで Vpn プロファイルを生成およびダウンロードします。
構文
Get-AzVirtualWanVpnServerConfigurationVpnProfile
[-Name <String>]
-ResourceGroupName <String>
-VpnServerConfiguration <PSVpnServerConfiguration>
[-AuthenticationMethod <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzVirtualWanVpnServerConfigurationVpnProfile
[-Name <String>]
-ResourceGroupName <String>
-VpnServerConfigurationId <String>
[-AuthenticationMethod <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzVirtualWanVpnServerConfigurationVpnProfile
-VirtualWanObject <PSVirtualWan>
-VpnServerConfiguration <PSVpnServerConfiguration>
[-AuthenticationMethod <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzVirtualWanVpnServerConfigurationVpnProfile
-VirtualWanObject <PSVirtualWan>
-VpnServerConfigurationId <String>
[-AuthenticationMethod <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzVirtualWanVpnServerConfigurationVpnProfile
-ResourceId <String>
-VpnServerConfiguration <PSVpnServerConfiguration>
[-AuthenticationMethod <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzVirtualWanVpnServerConfigurationVpnProfile
-ResourceId <String>
-VpnServerConfigurationId <String>
[-AuthenticationMethod <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
説明
Get-AzVirtualWanVpnServerConfigurationVpnProfile コマンドレットを使用すると、ポイント対サイト クライアントセットアップの VirtualWan-VpnServerConfiguration レベルで Vpn プロファイルを生成およびダウンロードできます。 これは、ポイント対サイト クライアントから Azure P2SVpnGateway へのポイント対サイト接続に必要です。
例
例 1
Get-AzVirtualWanVpnServerConfigurationVpnProfile -Name WestUsVirtualWan -ResourceGroupName P2SCortexGATesting -VpnServerConfiguration $vpnServerConfig -AuthenticationMethod EAPTLS
ProfileUrl : https://nfvprodsuppby.blob.core.windows.net/vpnprofileimmutable/aa316f33-d0f6-4e61-994a-9aa24c0e5f70/vpnprofile/eb99aa3d-1106-49eb-9644-791c045c5cca/vpnclientconfiguration.zip?sv=2017-04-17&sr=b&sig=kZinevNqW
qsEAbWAcYiKfUHFxZzh2hwvtb49dfVtUDA%3D&st=2019-10-25T19%3A52%3A36Z&se=2019-10-25T20%3A52%3A36Z&sp=r&fileExtension=.zip
上記のコマンドは、ポイント対サイト クライアントセットアップの VirtualWan-VpnServerConfiguration レベルで Vpn プロファイルをダウンロードするための SAS URL を生成して返します。
パラメーター
-AuthenticationMethod
認証方法
型: | String |
指定可能な値: | EAPTLS, EAPMSCHAPv2 |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-DefaultProfile
Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。
型: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Name
リソースの名前。
型: | String |
Aliases: | ResourceName |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ResourceGroupName
リソース グループ名。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ResourceId
仮想 WAN の Azure リソース ID。
型: | String |
Aliases: | VirtualWanId |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-VirtualWanObject
仮想 wan オブジェクト。
型: | PSVirtualWan |
Aliases: | VirtualWan |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-VpnServerConfiguration
この VirtualWan が関連付けられている VpnServerConfiguration。
型: | PSVpnServerConfiguration |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-VpnServerConfigurationId
この Virtual wan が関連付けられる Vpn サーバー構成オブジェクトの ID。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
入力
Microsoft.Azure.Commands.Network.Models.PSVirtualWan Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration