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 https://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)
Syntax
Task<GatewayListSupportedDevicesResponse> ListSupportedDevicesAsync(
CancellationToken cancellationToken
)
Task<GatewayListSupportedDevicesResponse^>^ ListSupportedDevicesAsync(
CancellationToken cancellationToken
)
abstract ListSupportedDevicesAsync :
cancellationToken:CancellationToken -> Task<GatewayListSupportedDevicesResponse>
Function ListSupportedDevicesAsync (
cancellationToken As CancellationToken
) As Task(Of GatewayListSupportedDevicesResponse)
Parameters
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<GatewayListSupportedDevicesResponse>
The response to the list supported devices request.
See Also
IGatewayOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace
Return to top