你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RedisRebootParameters Class

Definition

Specifies which Redis node(s) to reboot.

public class RedisRebootParameters
type RedisRebootParameters = class
Public Class RedisRebootParameters
Inheritance
RedisRebootParameters

Constructors

RedisRebootParameters()

Initializes a new instance of the RedisRebootParameters class.

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

Initializes a new instance of the RedisRebootParameters class.

Properties

Ports

Gets or sets a list of redis instances to reboot, specified by per-instance SSL ports or non-SSL ports.

RebootType

Gets or sets which Redis node(s) to reboot. Depending on this value data loss is possible. Possible values include: 'PrimaryNode', 'SecondaryNode', 'AllNodes'

ShardId

Gets or sets if clustering is enabled, the ID of the shard to be rebooted.

Applies to