Udostępnij za pośrednictwem


GatewayOperationsExtensions.ListSupportedDevicesAsync 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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse> ListSupportedDevicesAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations);
static member ListSupportedDevicesAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse>
<Extension()>
Public Function ListSupportedDevicesAsync (operations As IGatewayOperations) As Task(Of GatewayListSupportedDevicesResponse)

Parameters

operations
IGatewayOperations

Reference to the Microsoft.WindowsAzure.Management.Network.IGatewayOperations.

Returns

The response to the list supported devices request.

Applies to