ArmNetworkModelFactory.VpnClientContent Method

Definition

public static Azure.ResourceManager.Network.Models.VpnClientContent VpnClientContent(Azure.ResourceManager.Network.Models.ProcessorArchitecture? processorArchitecture = default, Azure.ResourceManager.Network.Models.NetworkAuthenticationMethod? authenticationMethod = default, string radiusServerAuthCertificate = default, System.Collections.Generic.IEnumerable<string> clientRootCertificates = default);
static member VpnClientContent : Nullable<Azure.ResourceManager.Network.Models.ProcessorArchitecture> * Nullable<Azure.ResourceManager.Network.Models.NetworkAuthenticationMethod> * string * seq<string> -> Azure.ResourceManager.Network.Models.VpnClientContent
Public Shared Function VpnClientContent (Optional processorArchitecture As Nullable(Of ProcessorArchitecture) = Nothing, Optional authenticationMethod As Nullable(Of NetworkAuthenticationMethod) = Nothing, Optional radiusServerAuthCertificate As String = Nothing, Optional clientRootCertificates As IEnumerable(Of String) = Nothing) As VpnClientContent

Parameters

processorArchitecture
Nullable<ProcessorArchitecture>

VPN client Processor Architecture.

authenticationMethod
Nullable<NetworkAuthenticationMethod>

VPN client authentication method.

radiusServerAuthCertificate
String

The public certificate data for the radius server authentication certificate as a Base-64 encoded string. Required only if external radius authentication has been configured with EAPTLS authentication.

clientRootCertificates
IEnumerable<String>

A list of client root certificates public certificate data encoded as Base-64 strings. Optional parameter for external radius based authentication with EAPTLS.

Returns

A new VpnClientContent instance for mocking.

Applies to