Compartilhar via


RedisRebootParameters Construtores

Definição

Sobrecargas

RedisRebootParameters()

Inicializa uma nova instância da classe RedisRebootParameters.

RedisRebootParameters(String, Nullable<Int32>, IList<Nullable<Int32>>)

Inicializa uma nova instância da classe RedisRebootParameters.

RedisRebootParameters()

Inicializa uma nova instância da classe RedisRebootParameters.

public RedisRebootParameters ();
Public Sub New ()

Aplica-se a

RedisRebootParameters(String, Nullable<Int32>, IList<Nullable<Int32>>)

Inicializa uma nova instância da classe RedisRebootParameters.

public RedisRebootParameters (string rebootType = default, int? shardId = default, System.Collections.Generic.IList<int?> ports = default);
new Microsoft.Azure.Management.Redis.Models.RedisRebootParameters : string * Nullable<int> * System.Collections.Generic.IList<Nullable<int>> -> Microsoft.Azure.Management.Redis.Models.RedisRebootParameters
Public Sub New (Optional rebootType As String = Nothing, Optional shardId As Nullable(Of Integer) = Nothing, Optional ports As IList(Of Nullable(Of Integer)) = Nothing)

Parâmetros

rebootType
String

Quais nós redis reinicializar. Dependendo desse valor, a perda de dados é possível. Os valores possíveis incluem: 'PrimaryNode', 'SecondaryNode', 'AllNodes'

shardId
Nullable<Int32>

Se clustering estiver habilitada, a ID do fragmento a ser reinicializada.

ports
IList<Nullable<Int32>>

Uma lista de instâncias redis a serem reinicializadas, especificadas por portas SSL por instância ou portas não SSL.

Aplica-se a