次の方法で共有


ApplicationGatewayBackendHttpSettings.TrustedRootCertificates プロパティ

定義

Application Gateway の信頼されたルート証明書への参照の配列を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象