次の方法で共有


VpnServerConfiguration.VpnClientRevokedCertificates プロパティ

定義

VpnServerConfiguration の VPN クライアント失効証明書を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.vpnClientRevokedCertificates")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VpnServerConfigVpnClientRevokedCertificate> VpnClientRevokedCertificates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.vpnClientRevokedCertificates")>]
member this.VpnClientRevokedCertificates : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VpnServerConfigVpnClientRevokedCertificate> with get, set
Public Property VpnClientRevokedCertificates As IList(Of VpnServerConfigVpnClientRevokedCertificate)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象