VpnServerConfigRadiusClientRootCertificate Constructors
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.
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
Azure SDK for .NET