Sdílet prostřednictvím


ApplicationGateway.TrustedRootCertificates Property

Definition

Gets or sets trusted Root certificates of the application gateway resource. For default limits, see Application Gateway limits.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to