GatewayOperationsExtensions.GetDeviceConfigurationScriptAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Get Device Configuration Script 操作は、ゲートウェイに接続できるようにローカル VPN デバイスを構成するためのスクリプトを返します。 (詳細については、 を参照してください http://msdn.microsoft.com/en-us/library/windowsazure/jj154115.aspx )
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse> GetDeviceConfigurationScriptAsync(this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters parameters);
static member GetDeviceConfigurationScriptAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse>
<Extension()>
Public Function GetDeviceConfigurationScriptAsync (operations As IGatewayOperations, networkName As String, parameters As GatewayGetDeviceConfigurationScriptParameters) As Task(Of GatewayGetDeviceConfigurationScriptResponse)
パラメーター
- operations
- IGatewayOperations
Microsoft.WindowsAzure.Management.Network.IGatewayOperations への参照。
- networkName
- String
必須。 このゲートウェイの仮想ネットワークの名前。
必須。 デバイス構成スクリプトの取得操作のパラメーター。
戻り値
デバイス構成スクリプトの取得操作から返される構成スクリプト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET