GatewayOperationsExtensions.GetDeviceConfigurationScript Method (IGatewayOperations, String, GatewayGetDeviceConfigurationScriptParameters)

 

The Get Device Configuration Script operation returns a script that you can use to configure local VPN devices to connect to the gateway. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154115.aspx for more information)

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

<ExtensionAttribute>
Public Shared Function GetDeviceConfigurationScript (
	operations As IGatewayOperations,
	networkName As String,
	parameters As GatewayGetDeviceConfigurationScriptParameters
) As GatewayGetDeviceConfigurationScriptResponse

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Network.IGatewayOperations

Reference to the Microsoft.WindowsAzure.Management.Network.IGatewayOperations.

networkName
Type: System.String

Required. The name of the virtual network for this gateway.

parameters
Type: Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters

Required. The parameters for the Get Device Configuration Script operation.

Return Value

Type: Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse

The configuration script returned from the get device configuration script operation.

Return to top
Show: