共用方式為


IGatewayOperations.ListSupportedDevicesAsync(CancellationToken) Method

Definition

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)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse> ListSupportedDevicesAsync (System.Threading.CancellationToken cancellationToken);
abstract member ListSupportedDevicesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse>
Public Function ListSupportedDevicesAsync (cancellationToken As CancellationToken) As Task(Of GatewayListSupportedDevicesResponse)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The response to the list supported devices request.

Applies to