IVNetOperations.GetVpnDevicesAsync(String, CancellationToken) Method

Definition

Gets details of supported VPN devices

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetVpnDeviceResult> GetVpnDevicesAsync (string vNetName, System.Threading.CancellationToken cancellationToken);
abstract member GetVpnDevicesAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetVpnDeviceResult>
Public Function GetVpnDevicesAsync (vNetName As String, cancellationToken As CancellationToken) As Task(Of VNetVpnDeviceResult)

Parameters

vNetName
String

RemoteApp virtual network name.

cancellationToken
CancellationToken

Cancellation token.

Returns

The VPN device information.

Applies to