次の方法で共有


VirtualWanResource.GenerateVirtualWanVpnServerConfigurationVpnProfileAsync メソッド

定義

VirtualWan 用の P2S クライアントの一意の VPN プロファイルと、指定したリソース グループ内の関連付けられた VpnServerConfiguration の組み合わせを生成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualWans/{virtualWANName}/GenerateVpnProfile
  • 操作 Idgeneratevirtualwanvpnserverconfigurationvpnprofile
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.VpnProfileResponse>> GenerateVirtualWanVpnServerConfigurationVpnProfileAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VirtualWanVpnProfileContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateVirtualWanVpnServerConfigurationVpnProfileAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.VirtualWanVpnProfileContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.VpnProfileResponse>>
override this.GenerateVirtualWanVpnServerConfigurationVpnProfileAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.VirtualWanVpnProfileContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.VpnProfileResponse>>
Public Overridable Function GenerateVirtualWanVpnServerConfigurationVpnProfileAsync (waitUntil As WaitUntil, content As VirtualWanVpnProfileContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of VpnProfileResponse))

パラメーター

waitUntil
WaitUntil

Completed メソッドがサービスで実行時間の長い操作が完了するまで戻るのを待機する必要がある場合。 Started 操作を開始した後に が返される場合は 。 実行時間の長い操作の詳細については、「 Azure.Core Long-Running 操作のサンプル」を参照してください。

content
VirtualWanVpnProfileContent

VirtualWan VPN プロファイル生成操作の生成に指定されたパラメーター。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

content が null です。

適用対象