次の方法で共有


ApplicationGatewaySslProfile.TrustedClientCertificates プロパティ

定義

アプリケーション ゲートウェイの信頼されたクライアント証明書への参照の配列を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象