Partager via


P2sVpnGatewaysOperationsExtensions.GenerateVpnProfileAsync Méthode

Définition

Génère un profil VPN pour le client P2S du P2SVpnGateway dans le groupe de ressources spécifié.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnProfileResponse> GenerateVpnProfileAsync (this Microsoft.Azure.Management.Network.IP2sVpnGatewaysOperations operations, string resourceGroupName, string gatewayName, Microsoft.Azure.Management.Network.Models.P2SVpnProfileParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member GenerateVpnProfileAsync : Microsoft.Azure.Management.Network.IP2sVpnGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.P2SVpnProfileParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnProfileResponse>
<Extension()>
Public Function GenerateVpnProfileAsync (operations As IP2sVpnGatewaysOperations, resourceGroupName As String, gatewayName As String, parameters As P2SVpnProfileParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VpnProfileResponse)

Paramètres

operations
IP2sVpnGatewaysOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

gatewayName
String

Nom du P2SVpnGateway.

parameters
P2SVpnProfileParameters

Paramètres fournis à l’opération de package de client VPN P2SVpnGateway de génération.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à