VNetOperationsExtensions.GetVpnDevicesAsync(IVNetOperations, String) Method

Definition

Gets details of supported VPN devices

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)

Parameters

operations
IVNetOperations

Reference to the Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations.

vNetName
String

Required. RemoteApp virtual network name.

Returns

The VPN device information.

Applies to