RedisUpdateParametersInner.EnableNonSslPort Property

Definition

Gets or sets specifies whether the non-ssl Redis server port (6379) is enabled.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableNonSslPort")]
public bool? EnableNonSslPort { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableNonSslPort")>]
member this.EnableNonSslPort : Nullable<bool> with get, set
Public Property EnableNonSslPort As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to