NetworkManagementClientExtensions.Generatevirtualwanvpnserverconfigurationvpnprofile Method

Definition

Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination in the specified resource group.

public static Microsoft.Azure.Management.Network.Models.VpnProfileResponse Generatevirtualwanvpnserverconfigurationvpnprofile (this Microsoft.Azure.Management.Network.INetworkManagementClient operations, string resourceGroupName, string virtualWANName, Microsoft.Azure.Management.Network.Models.VirtualWanVpnProfileParameters vpnClientParams);
static member Generatevirtualwanvpnserverconfigurationvpnprofile : Microsoft.Azure.Management.Network.INetworkManagementClient * string * string * Microsoft.Azure.Management.Network.Models.VirtualWanVpnProfileParameters -> Microsoft.Azure.Management.Network.Models.VpnProfileResponse
<Extension()>
Public Function Generatevirtualwanvpnserverconfigurationvpnprofile (operations As INetworkManagementClient, resourceGroupName As String, virtualWANName As String, vpnClientParams As VirtualWanVpnProfileParameters) As VpnProfileResponse

Parameters

operations
INetworkManagementClient

The operations group for this extension method.

resourceGroupName
String

The resource group name.

virtualWANName
String

The name of the VirtualWAN whose associated VpnServerConfigurations is needed.

vpnClientParams
VirtualWanVpnProfileParameters

Parameters supplied to the generate VirtualWan VPN profile generation operation.

Returns

Applies to