RedisLinkedServerCreateParameters 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
RedisLinkedServerCreateParameters() |
Initializes a new instance of the RedisLinkedServerCreateParameters class. |
RedisLinkedServerCreateParameters(String, String, ReplicationRole) |
Initializes a new instance of the RedisLinkedServerCreateParameters class. |
RedisLinkedServerCreateParameters()
Initializes a new instance of the RedisLinkedServerCreateParameters class.
public RedisLinkedServerCreateParameters ();
Public Sub New ()
Applies to
RedisLinkedServerCreateParameters(String, String, ReplicationRole)
Initializes a new instance of the RedisLinkedServerCreateParameters class.
public RedisLinkedServerCreateParameters (string linkedRedisCacheId, string linkedRedisCacheLocation, Microsoft.Azure.Management.Redis.Models.ReplicationRole serverRole);
new Microsoft.Azure.Management.Redis.Models.RedisLinkedServerCreateParameters : string * string * Microsoft.Azure.Management.Redis.Models.ReplicationRole -> Microsoft.Azure.Management.Redis.Models.RedisLinkedServerCreateParameters
Public Sub New (linkedRedisCacheId As String, linkedRedisCacheLocation As String, serverRole As ReplicationRole)
Parameters
- linkedRedisCacheId
- String
Fully qualified resourceId of the linked redis cache.
- linkedRedisCacheLocation
- String
Location of the linked redis cache.
- serverRole
- ReplicationRole
Role of the linked server. Possible values include: 'Primary', 'Secondary'