次の方法で共有


VpnServerConfigVpnClientRevokedCertificate コンストラクター

定義

オーバーロード

VpnServerConfigVpnClientRevokedCertificate()

VpnServerConfigVpnClientRevokedCertificate クラスの新しいインスタンスを初期化します。

VpnServerConfigVpnClientRevokedCertificate(String, String)

VpnServerConfigVpnClientRevokedCertificate クラスの新しいインスタンスを初期化します。

VpnServerConfigVpnClientRevokedCertificate()

VpnServerConfigVpnClientRevokedCertificate クラスの新しいインスタンスを初期化します。

public VpnServerConfigVpnClientRevokedCertificate ();
Public Sub New ()

適用対象

VpnServerConfigVpnClientRevokedCertificate(String, String)

VpnServerConfigVpnClientRevokedCertificate クラスの新しいインスタンスを初期化します。

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

パラメーター

name
String

証明書名。

thumbprint
String

失効した VPN クライアント証明書の拇印。

適用対象