ApplicationGatewayAvailableSslOptionsInner.AvailableProtocols Property

Definition

Gets or sets list of available Ssl protocols.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to