Share via


ApplicationGatewaySslPolicy.DisabledSslProtocols Property

Definition

Gets or sets ssl protocols to be disabled on application gateway.

[Newtonsoft.Json.JsonProperty(PropertyName="disabledSslProtocols")]
public System.Collections.Generic.IList<string> DisabledSslProtocols { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="disabledSslProtocols")>]
member this.DisabledSslProtocols : System.Collections.Generic.IList<string> with get, set
Public Property DisabledSslProtocols As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to