VpnServerConfigRadiusServerRootCertificate 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
VpnServerConfigRadiusServerRootCertificate() |
Initializes a new instance of the VpnServerConfigRadiusServerRootCertificate class. |
VpnServerConfigRadiusServerRootCertificate(String, String) |
Initializes a new instance of the VpnServerConfigRadiusServerRootCertificate class. |
VpnServerConfigRadiusServerRootCertificate()
Initializes a new instance of the VpnServerConfigRadiusServerRootCertificate class.
public VpnServerConfigRadiusServerRootCertificate ();
Public Sub New ()
Applies to
VpnServerConfigRadiusServerRootCertificate(String, String)
Initializes a new instance of the VpnServerConfigRadiusServerRootCertificate class.
public VpnServerConfigRadiusServerRootCertificate (string name = default, string publicCertData = default);
new Microsoft.Azure.Management.Network.Models.VpnServerConfigRadiusServerRootCertificate : string * string -> Microsoft.Azure.Management.Network.Models.VpnServerConfigRadiusServerRootCertificate
Public Sub New (Optional name As String = Nothing, Optional publicCertData As String = Nothing)
Parameters
- name
- String
The certificate name.
- publicCertData
- String
The certificate public data.
Applies to
Azure SDK for .NET