P2sVpnGatewaysOperationsExtensions.BeginGenerateVpnProfileAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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> BeginGenerateVpnProfileAsync (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 BeginGenerateVpnProfileAsync : 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 BeginGenerateVpnProfileAsync (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 générer le package de client VPN P2SVpnGateway.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET