GatewayOperationsExtensions.ListSupportedDevices(IGatewayOperations) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse ListSupportedDevices (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations);
static member ListSupportedDevices : Microsoft.WindowsAzure.Management.Network.IGatewayOperations -> Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse
<Extension()>
Public Function ListSupportedDevices (operations As IGatewayOperations) As GatewayListSupportedDevicesResponse
Parameters
- operations
- IGatewayOperations
Reference to the Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
Returns
The response to the list supported devices request.