Share via


GatewayOperationsExtensions.ListSupportedDevicesAsync Method

Asynchronously lists the supported and on-premise network devices that can connect to the gateway.

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

Usage

'Usage
Dim operations As IGatewayOperations
Dim returnValue As Task(Of GatewayListSupportedDevicesResponse)

returnValue = GatewayOperationsExtensions.ListSupportedDevicesAsync(operations)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function ListSupportedDevicesAsync ( _
    operations As IGatewayOperations _
) As Task(Of GatewayListSupportedDevicesResponse)
[ExtensionAttribute] 
public static Task<GatewayListSupportedDevicesResponse> ListSupportedDevicesAsync (
    IGatewayOperations operations
)
[ExtensionAttribute] 
public:
static Task<GatewayListSupportedDevicesResponse^>^ ListSupportedDevicesAsync (
    IGatewayOperations^ operations
)
/** @attribute ExtensionAttribute() */ 
public static Task<GatewayListSupportedDevicesResponse> ListSupportedDevicesAsync (
    IGatewayOperations operations
)
ExtensionAttribute 
public static function ListSupportedDevicesAsync (
    operations : IGatewayOperations
) : Task<GatewayListSupportedDevicesResponse>

Parameters

  • operations
    The IGatewayOperations object that specifies the Virtual Network Gateway operations.

Return Value

An GatewayListSupportedDevicesResponse object that list the supported devices.

Remarks

For more information about listing supported devices, see List Virtual Network Gateway Supported Devices

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

See Also

Reference

GatewayOperationsExtensions Class
GatewayOperationsExtensions Members
Microsoft.WindowsAzure.Management.VirtualNetworks Namespace