GatewayOperationsExtensions.ListSupportedDevices Method
Lists the supported and on-premise network devices that can connect to the gateway.
Namespace: Microsoft.WindowsAzure.Management.VirtualNetworks
Assembly: Microsoft.WindowsAzure.Management.VirtualNetworks (in Microsoft.WindowsAzure.Management.VirtualNetworks.dll)
Usage
'Usage
Dim operations As IGatewayOperations
Dim returnValue As GatewayListSupportedDevicesResponse
returnValue = GatewayOperationsExtensions.ListSupportedDevices(operations)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function ListSupportedDevices ( _
operations As IGatewayOperations _
) As GatewayListSupportedDevicesResponse
[ExtensionAttribute]
public static GatewayListSupportedDevicesResponse ListSupportedDevices (
IGatewayOperations operations
)
[ExtensionAttribute]
public:
static GatewayListSupportedDevicesResponse^ ListSupportedDevices (
IGatewayOperations^ operations
)
/** @attribute ExtensionAttribute() */
public static GatewayListSupportedDevicesResponse ListSupportedDevices (
IGatewayOperations operations
)
ExtensionAttribute
public static function ListSupportedDevices (
operations : IGatewayOperations
) : GatewayListSupportedDevicesResponse
Parameters
- operations
The IGatewayOperations object that specifies the Virtual Network Gateway operations.
Return Value
An GatewayListSupportedDevicesResponse object that list the supported devices.
Remarks
For more information about listing supported devices, see List Virtual Network Gateway Supported Devices
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008
Target Platforms
See Also
Reference
GatewayOperationsExtensions Class
GatewayOperationsExtensions Members
Microsoft.WindowsAzure.Management.VirtualNetworks Namespace