Freigeben über


VirtualWanResource.GenerateVirtualWanVpnServerConfigurationVpnProfileAsync Methode

Definition

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

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualWans/{virtualWANName}/GenerateVpnProfile
  • Vorgang Idgeneratevirtualwanvpnserverconfigurationvpnprofile
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.VpnProfileResponse>> GenerateVirtualWanVpnServerConfigurationVpnProfileAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VirtualWanVpnProfileContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateVirtualWanVpnServerConfigurationVpnProfileAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.VirtualWanVpnProfileContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.VpnProfileResponse>>
override this.GenerateVirtualWanVpnServerConfigurationVpnProfileAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.VirtualWanVpnProfileContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.VpnProfileResponse>>
Public Overridable Function GenerateVirtualWanVpnServerConfigurationVpnProfileAsync (waitUntil As WaitUntil, content As VirtualWanVpnProfileContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of VpnProfileResponse))

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der lange ausgeführte Vorgang für den Dienst abgeschlossen ist; Started , wenn es nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführung finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

content
VirtualWanVpnProfileContent

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

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

content ist NULL.

Gilt für: