Compartir a través de


IVirtualNetworkGateway.GenerateVpnProfileAsync(CancellationToken) Método

Definición

Genera un perfil de VPN de forma asincrónica para el cliente P2S de la puerta de enlace de red virtual en el grupo de recursos especificado. Se usa para la autenticación basada en radio y IKEV2.

public System.Threading.Tasks.Task<string> GenerateVpnProfileAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateVpnProfileAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GenerateVpnProfileAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)

Parámetros

cancellationToken
CancellationToken

Devoluciones

Se aplica a