ApplicationGateway.SslProfiles Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to