次の方法で共有


VNetOperationsExtensions.GetVpnDeviceConfigScriptAsync メソッド

定義

特定の仮想ネットワークに接続するように VPN デバイスを構成する構成スクリプトを取得します。 VPN デバイスでこのスクリプトを実行します。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetConfigScriptResult> GetVpnDeviceConfigScriptAsync (this Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations operations, string vNetName, string vendor, string vpnDevice, string osFamily);
static member GetVpnDeviceConfigScriptAsync : Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations * string * string * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetConfigScriptResult>
<Extension()>
Public Function GetVpnDeviceConfigScriptAsync (operations As IVNetOperations, vNetName As String, vendor As String, vpnDevice As String, osFamily As String) As Task(Of VNetConfigScriptResult)

パラメーター

operations
IVNetOperations

Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations への参照。

vNetName
String

必須。 RemoteApp 仮想ネットワーク名。

vendor
String

省略可能。 ベンダー

vpnDevice
String

任意。 VPN のモデル

osFamily
String

省略可能。 OS ファミリ

戻り値

VPN デバイスを設定するために使用できるスクリプト。

適用対象