次の方法で共有


RedisResource.EnableNonSslPort プロパティ

定義

ssl Redis 以外のサーバー ポート (6379) を有効にするかどうかを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象