次の方法で共有


ApplicationGateway.TrustedClientCertificates プロパティ

定義

アプリケーション ゲートウェイ リソースの信頼されたクライアント証明書を取得または設定します。 既定の制限については、「Application Gateway制限」を参照してください。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象