GatewayOperationsExtensions::ListSupportedDevicesAsync Method (IGatewayOperations^)

 

The List Virtual Network Gateway Supported Devices operation lists the supported, on-premise network devices that can connect to the gateway. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154102.aspx for more information)

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

public:
[ExtensionAttribute]
static Task<GatewayListSupportedDevicesResponse^>^ ListSupportedDevicesAsync(
	IGatewayOperations^ operations
)

Parameters

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

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

Return Value

Type: System.Threading.Tasks::Task<GatewayListSupportedDevicesResponse^>^

The response to the list supported devices request.

Return to top
Show: