Compartir a través de


RedisRebootParameters.Ports Propiedad

Definición

Obtiene o establece una lista de instancias de redis que se reiniciarán, especificadas por puertos SSL por instancia o puertos no SSL.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a