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