共用方式為


RedisResource.SslPort Property

Definition

Gets redis SSL port.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to