次の方法で共有


GatewayOperationsExtensions.ListSupportedDevices(IGatewayOperations) メソッド

定義

List Virtual Network Gateway Supported Devices 操作は、ゲートウェイに接続できる、サポートされている内部設置型ネットワーク デバイスのリストを表示します。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/jj154102.aspx してください)

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

パラメーター

operations
IGatewayOperations

Microsoft.WindowsAzure.Management.Network.IGatewayOperations への参照。

戻り値

サポートされているデバイス要求の一覧に対する応答。

適用対象