GatewayOperationsExtensions.ListSupportedDevices 方法 (IGatewayOperations)

 

列出虚拟网络网关支持的设备操作列出可以连接到网关的受支持的、 在本地网络设备。 (请参阅 https://msdn.microsoft.com/en-us/library/windowsazure/jj154102.aspx 有关详细信息)

命名空间:   Microsoft.WindowsAzure.Management.Network
程序集:  Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)

语法

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

参数

返回值

Type: Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse

对列表的响应支持设备请求。

请参阅

GatewayOperationsExtensions 类
Microsoft.WindowsAzure.Management.Network 命名空间

返回页首