次の方法で共有


ApplicationGateway.TrustedRootCertificates プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象