IGatewayOperations.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 instance As IGatewayOperations
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of GatewayListSupportedDevicesResponse)

returnValue = instance.ListSupportedDevicesAsync(cancellationToken)

Syntax

'Declaration
Function ListSupportedDevicesAsync ( _
    cancellationToken As CancellationToken _
) As Task(Of GatewayListSupportedDevicesResponse)
Task<GatewayListSupportedDevicesResponse> ListSupportedDevicesAsync (
    CancellationToken cancellationToken
)
Task<GatewayListSupportedDevicesResponse^>^ ListSupportedDevicesAsync (
    CancellationToken cancellationToken
)
Task<GatewayListSupportedDevicesResponse> ListSupportedDevicesAsync (
    CancellationToken cancellationToken
)
function ListSupportedDevicesAsync (
    cancellationToken : CancellationToken
) : Task<GatewayListSupportedDevicesResponse>

Parameters

  • cancellationToken
    The cancellation token.

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, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

IGatewayOperations Interface
IGatewayOperations Members
Microsoft.WindowsAzure.Management.VirtualNetworks Namespace