RedisRebootParameters Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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'
Uma lista de instâncias redis a serem reinicializadas, especificadas por portas SSL por instância ou portas não SSL.
Aplica-se a
Azure SDK for .NET