IGatewayOperations.ListSupportedDevicesAsync Method (CancellationToken)
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)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Function ListSupportedDevicesAsync ( cancellationToken As CancellationToken ) As Task(Of GatewayListSupportedDevicesResponse)
Parameters
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of GatewayListSupportedDevicesResponse)The response to the list supported devices request.
Show: