Compartir a través de


ApplicationGatewaySslPredefinedPolicyInner.CipherSuites Propiedad

Definición

Obtiene o establece los conjuntos de cifrado ssl que se habilitarán en el orden especificado para la puerta de enlace de aplicaciones.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a