Freigeben über


IP2sVpnGatewaysOperations.GenerateVpnProfileWithHttpMessagesAsync Methode

Definition

Generiert ein VPN-Profil für den P2S-Client des P2SVpnGateway in der angegebenen Ressourcengruppe.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Fluent.Models.VpnProfileResponseInner>> GenerateVpnProfileWithHttpMessagesAsync (string resourceGroupName, string gatewayName, Microsoft.Azure.Management.Network.Fluent.Models.AuthenticationMethod authenticationMethod = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateVpnProfileWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Fluent.Models.AuthenticationMethod * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Fluent.Models.VpnProfileResponseInner>>
Public Function GenerateVpnProfileWithHttpMessagesAsync (resourceGroupName As String, gatewayName As String, Optional authenticationMethod As AuthenticationMethod = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VpnProfileResponseInner))

Parameter

resourceGroupName
String

Der Name der Ressourcengruppe.

gatewayName
String

Der Name des P2SVpnGateway.

authenticationMethod
AuthenticationMethod

VPN-Clientauthentifizierungsmethode. Mögliche Werte: "EAPTLS", "EAPMSCHAPv2"

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn die Antwort nicht deserialisiert werden kann

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: