ApplicationGateway.TrustedClientCertificates Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to