ArmNetworkModelFactory.P2SVpnProfileContent Method

Definition

public static Azure.ResourceManager.Network.Models.P2SVpnProfileContent P2SVpnProfileContent(Azure.ResourceManager.Network.Models.NetworkAuthenticationMethod? authenticationMethod = default);
static member P2SVpnProfileContent : Nullable<Azure.ResourceManager.Network.Models.NetworkAuthenticationMethod> -> Azure.ResourceManager.Network.Models.P2SVpnProfileContent
Public Shared Function P2SVpnProfileContent (Optional authenticationMethod As Nullable(Of NetworkAuthenticationMethod) = Nothing) As P2SVpnProfileContent

Parameters

authenticationMethod
Nullable<NetworkAuthenticationMethod>

VPN client authentication method.

Returns

A new P2SVpnProfileContent instance for mocking.

Applies to