次の方法で共有


GatewayOperationsExtensions.ListSupportedDevicesAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse> ListSupportedDevicesAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations);
static member ListSupportedDevicesAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse>
<Extension()>
Public Function ListSupportedDevicesAsync (operations As IGatewayOperations) As Task(Of GatewayListSupportedDevicesResponse)

パラメーター

operations
IGatewayOperations

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

戻り値

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

適用対象