RedisInstanceDetails Constructors
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.
Overloads
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. |
RedisInstanceDetails()
Initializes a new instance of the RedisInstanceDetails class.
public RedisInstanceDetails ();
Public Sub New ()
Applies to
RedisInstanceDetails(Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>)
Initializes a new instance of the RedisInstanceDetails class.
public RedisInstanceDetails (int? sslPort = default, int? nonSslPort = default, string zone = default, int? shardId = default, bool? isMaster = default, bool? isPrimary = default);
new Microsoft.Azure.Management.RedisCache.Models.RedisInstanceDetails : Nullable<int> * Nullable<int> * string * Nullable<int> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.RedisCache.Models.RedisInstanceDetails
Public Sub New (Optional sslPort As Nullable(Of Integer) = Nothing, Optional nonSslPort As Nullable(Of Integer) = Nothing, Optional zone As String = Nothing, Optional shardId As Nullable(Of Integer) = Nothing, Optional isMaster As Nullable(Of Boolean) = Nothing, Optional isPrimary As Nullable(Of Boolean) = Nothing)
Parameters
- zone
- String
If the Cache uses availability zones, specifies availability zone where this instance is located.