次の方法で共有


VNetOperationsExtensions.GetVpnDevicesAsync(IVNetOperations, String) メソッド

定義

サポートされている VPN デバイスの詳細を取得します

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetVpnDeviceResult> GetVpnDevicesAsync (this Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations operations, string vNetName);
static member GetVpnDevicesAsync : Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetVpnDeviceResult>
<Extension()>
Public Function GetVpnDevicesAsync (operations As IVNetOperations, vNetName As String) As Task(Of VNetVpnDeviceResult)

パラメーター

operations
IVNetOperations

Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations への参照。

vNetName
String

必須。 RemoteApp 仮想ネットワーク名。

戻り値

VPN デバイス情報。

適用対象