RedisInstanceDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET