VNetOperationsExtensions.GetVpnDeviceConfigScriptAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定の仮想ネットワークに接続するように 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 デバイスを設定するために使用できるスクリプト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET