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

RedisInstanceDetails Class

Definition

Details of single instance of redis.

public class RedisInstanceDetails
type RedisInstanceDetails = class
Public Class RedisInstanceDetails
Inheritance
RedisInstanceDetails

Constructors

RedisInstanceDetails()

Initializes a new instance of the RedisInstanceDetails class.

RedisInstanceDetails(Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the RedisInstanceDetails class.

Properties

IsMaster

Gets specifies whether the instance is a primary node.

IsPrimary

Gets specifies whether the instance is a primary node.

NonSslPort

Gets if enableNonSslPort is true, provides Redis instance Non-SSL port.

ShardId

Gets if clustering is enabled, the Shard ID of Redis Instance

SslPort

Gets redis instance SSL port.

Zone

Gets if the Cache uses availability zones, specifies availability zone where this instance is located.

Applies to