ArmNetworkModelFactory.P2SVpnProfileContent 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.
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.