Sdílet prostřednictvím


ApplicationGateway.SslCertificates Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to