次の方法で共有


GatewayOperationsExtensions.GetDeviceConfigurationScriptAsync メソッド

定義

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

必須。 このゲートウェイの仮想ネットワークの名前。

parameters
GatewayGetDeviceConfigurationScriptParameters

必須。 デバイス構成スクリプトの取得操作のパラメーター。

戻り値

デバイス構成スクリプトの取得操作から返される構成スクリプト。

適用対象