RedisCreateParameters.EnableNonSslPort Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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