次の方法で共有


RedisRebootParameters.Ports プロパティ

定義

インスタンスごとの SSL ポートまたは非 SSL ポートで指定された、再起動する redis インスタンスの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="ports")]
public System.Collections.Generic.IList<int?> Ports { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ports")>]
member this.Ports : System.Collections.Generic.IList<Nullable<int>> with get, set
Public Property Ports As IList(Of Nullable(Of Integer))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象