你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VpnServerConfigVpnClientRootCertificate 构造函数

定义

重载

VpnServerConfigVpnClientRootCertificate()

初始化 VpnServerConfigVpnClientRootCertificate 类的新实例。

VpnServerConfigVpnClientRootCertificate(String, String)

初始化 VpnServerConfigVpnClientRootCertificate 类的新实例。

VpnServerConfigVpnClientRootCertificate()

初始化 VpnServerConfigVpnClientRootCertificate 类的新实例。

public VpnServerConfigVpnClientRootCertificate ();
Public Sub New ()

适用于

VpnServerConfigVpnClientRootCertificate(String, String)

初始化 VpnServerConfigVpnClientRootCertificate 类的新实例。

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)

参数

name
String

证书名称。

publicCertData
String

证书公共数据。

适用于