Compartilhar via


IGatewayOperations.ListSupportedDevicesAsync(CancellationToken) Método

Definição

A operação Listar dispositivos com suporte do gateway de rede virtual lista os dispositivos de rede locais com suporte que podem se conectar ao gateway. (consulte http://msdn.microsoft.com/en-us/library/windowsazure/jj154102.aspx para obter mais informações)

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)

Parâmetros

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

A resposta à solicitação de dispositivos com suporte da lista.

Aplica-se a