你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RedisRebootParameters interface
Specifies which Redis node(s) to reboot.
Properties
ports | A list of redis instances to reboot, specified by per-instance SSL ports or non-SSL ports. |
reboot |
Which Redis node(s) to reboot. Depending on this value data loss is possible. |
shard |
If clustering is enabled, the ID of the shard to be rebooted. |
Property Details
ports
A list of redis instances to reboot, specified by per-instance SSL ports or non-SSL ports.
ports?: number[]
Property Value
number[]
rebootType
Which Redis node(s) to reboot. Depending on this value data loss is possible.
rebootType?: string
Property Value
string
shardId
If clustering is enabled, the ID of the shard to be rebooted.
shardId?: number
Property Value
number