P2sVpnGatewaysOperationsExtensions.GenerateVpnProfileAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Genera el perfil de VPN para el cliente P2S del P2SVpnGateway en el grupo de recursos especificado.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.VpnProfileResponseInner> GenerateVpnProfileAsync (this Microsoft.Azure.Management.Network.Fluent.IP2sVpnGatewaysOperations operations, string resourceGroupName, string gatewayName, Microsoft.Azure.Management.Network.Fluent.Models.AuthenticationMethod authenticationMethod = default, System.Threading.CancellationToken cancellationToken = default);
static member GenerateVpnProfileAsync : Microsoft.Azure.Management.Network.Fluent.IP2sVpnGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.AuthenticationMethod * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.VpnProfileResponseInner>
<Extension()>
Public Function GenerateVpnProfileAsync (operations As IP2sVpnGatewaysOperations, resourceGroupName As String, gatewayName As String, Optional authenticationMethod As AuthenticationMethod = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VpnProfileResponseInner)
Parámetros
- operations
- IP2sVpnGatewaysOperations
Grupo de operaciones para este método de extensión.
- resourceGroupName
- String
Nombre del grupo de recursos.
- gatewayName
- String
Nombre del P2SVpnGateway.
- authenticationMethod
- AuthenticationMethod
Método de autenticación de cliente VPN. Entre los valores posibles se incluyen: "EAPTLS", "EAPMSCHAPv2"
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Se aplica a
Azure SDK for .NET