Share via


VirtualNetworkGatewayResource.GenerateVpnProfile Method

Definition

Generates VPN profile for P2S client of the virtual network gateway in the specified resource group. Used for IKEV2 and radius based authentication.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/generatevpnprofile
  • Operation Id: VirtualNetworkGateways_GenerateVpnProfile
  • Default Api Version: 2023-09-01
  • Resource: VirtualNetworkGatewayResource
public virtual Azure.ResourceManager.ArmOperation<string> GenerateVpnProfile (Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnClientContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateVpnProfile : Azure.WaitUntil * Azure.ResourceManager.Network.Models.VpnClientContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<string>
override this.GenerateVpnProfile : Azure.WaitUntil * Azure.ResourceManager.Network.Models.VpnClientContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<string>
Public Overridable Function GenerateVpnProfile (waitUntil As WaitUntil, content As VpnClientContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of String)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
VpnClientContent

Parameters supplied to the generate virtual network gateway VPN client package operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to