Freigeben über


NetworkManagementClientExtensions.BeginGeneratevirtualwanvpnserverconfigurationvpnprofileAsync Methode

Definition

Generiert ein eindeutiges VPN-Profil für P2S-Clients für VirtualWan und die zugeordnete VpnServerConfiguration-Kombination in der angegebenen Ressourcengruppe.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.VpnProfileResponseInner> BeginGeneratevirtualwanvpnserverconfigurationvpnprofileAsync (this Microsoft.Azure.Management.Network.Fluent.INetworkManagementClient operations, string resourceGroupName, string virtualWANName, Microsoft.Azure.Management.Network.Fluent.Models.VirtualWanVpnProfileParameters vpnClientParams, System.Threading.CancellationToken cancellationToken = default);
static member BeginGeneratevirtualwanvpnserverconfigurationvpnprofileAsync : Microsoft.Azure.Management.Network.Fluent.INetworkManagementClient * string * string * Microsoft.Azure.Management.Network.Fluent.Models.VirtualWanVpnProfileParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.VpnProfileResponseInner>
<Extension()>
Public Function BeginGeneratevirtualwanvpnserverconfigurationvpnprofileAsync (operations As INetworkManagementClient, resourceGroupName As String, virtualWANName As String, vpnClientParams As VirtualWanVpnProfileParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VpnProfileResponseInner)

Parameter

operations
INetworkManagementClient

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

virtualWANName
String

Der Name des VirtualWAN, dessen zugeordnete VpnServerConfigurations erforderlich ist.

vpnClientParams
VirtualWanVpnProfileParameters

Parameter, die für den Vorgang zum Generieren eines VirtualWan-VPN-Profils bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: