VpnServerConfigVpnClientRootCertificate 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
VpnServerConfigVpnClientRootCertificate() |
Initializes a new instance of the VpnServerConfigVpnClientRootCertificate class. |
VpnServerConfigVpnClientRootCertificate(String, String) |
Initializes a new instance of the VpnServerConfigVpnClientRootCertificate class. |
VpnServerConfigVpnClientRootCertificate()
Initializes a new instance of the VpnServerConfigVpnClientRootCertificate class.
public VpnServerConfigVpnClientRootCertificate ();
Public Sub New ()
Applies to
VpnServerConfigVpnClientRootCertificate(String, String)
Initializes a new instance of the VpnServerConfigVpnClientRootCertificate class.
public VpnServerConfigVpnClientRootCertificate (string name = default, string publicCertData = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VpnServerConfigVpnClientRootCertificate : string * string -> Microsoft.Azure.Management.Network.Fluent.Models.VpnServerConfigVpnClientRootCertificate
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.