IVNetOperations.GetVpnDevicesAsync(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET