Freigeben über


VirtualNetworkGatewaysOperationsExtensions.SupportedVpnDevicesAsync Methode

Definition

Ruft eine XML-Formatdarstellung für unterstützte VPN-Geräte ab.

public static System.Threading.Tasks.Task<string> SupportedVpnDevicesAsync (this Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default);
static member SupportedVpnDevicesAsync : Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
<Extension()>
Public Function SupportedVpnDevicesAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)

Parameter

operations
IVirtualNetworkGatewaysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

virtualNetworkGatewayName
String

Der Name des Gateways für virtuelle Netzwerke.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: