GatewayOperationsExtensions.ListSupportedDevices Method (IGatewayOperations)
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
public static GatewayListSupportedDevicesResponse ListSupportedDevices(
this IGatewayOperations operations
)
public:
[ExtensionAttribute]
static GatewayListSupportedDevicesResponse^ ListSupportedDevices(
IGatewayOperations^ operations
)
static member ListSupportedDevices :
operations:IGatewayOperations -> GatewayListSupportedDevicesResponse
<ExtensionAttribute>
Public Shared Function ListSupportedDevices (
operations As IGatewayOperations
) As GatewayListSupportedDevicesResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Network.IGatewayOperationsReference to the Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
Return Value
Type: Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse
The response to the list supported devices request.
See Also
GatewayOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top