Share via


RedisInstanceDetails.NonSslPort Property

Definition

Gets if enableNonSslPort is true, provides Redis instance Non-SSL port.

[Newtonsoft.Json.JsonProperty(PropertyName="nonSslPort")]
public int? NonSslPort { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nonSslPort")>]
member this.NonSslPort : Nullable<int>
Public ReadOnly Property NonSslPort As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to