IVirtualNetworkGateway.GenerateVpnProfileAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates asynchronously VPN profile for P2S client of the virtual network gateway in the specified resource group. Used for IKEV2 and radius based authentication.
public System.Threading.Tasks.Task<string> GenerateVpnProfileAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateVpnProfileAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GenerateVpnProfileAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)
Parameters
- cancellationToken
- CancellationToken