次の方法で共有


VpnServerConfiguration.VpnClientRootCertificates プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象