VpnServerConfigRadiusClientRootCertificate Constructors

Definition

Overloads

VpnServerConfigRadiusClientRootCertificate()

Initializes a new instance of the VpnServerConfigRadiusClientRootCertificate class.

VpnServerConfigRadiusClientRootCertificate(String, String)

Initializes a new instance of the VpnServerConfigRadiusClientRootCertificate class.

VpnServerConfigRadiusClientRootCertificate()

Initializes a new instance of the VpnServerConfigRadiusClientRootCertificate class.

public VpnServerConfigRadiusClientRootCertificate ();
Public Sub New ()

Applies to

VpnServerConfigRadiusClientRootCertificate(String, String)

Initializes a new instance of the VpnServerConfigRadiusClientRootCertificate class.

public VpnServerConfigRadiusClientRootCertificate (string name = default, string thumbprint = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VpnServerConfigRadiusClientRootCertificate : string * string -> Microsoft.Azure.Management.Network.Fluent.Models.VpnServerConfigRadiusClientRootCertificate
Public Sub New (Optional name As String = Nothing, Optional thumbprint As String = Nothing)

Parameters

name
String

The certificate name.

thumbprint
String

The Radius client root certificate thumbprint.

Applies to