ArmNetworkModelFactory.VirtualWanVpnProfileContent Method

Definition

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

Parameters

vpnServerConfigurationResourceId
ResourceIdentifier

VpnServerConfiguration partial resource uri with which VirtualWan is associated to.

authenticationMethod
Nullable<NetworkAuthenticationMethod>

VPN client authentication method.

Returns

A new VirtualWanVpnProfileContent instance for mocking.

Applies to