RedisLinkedServerCreateParametersInner 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
RedisLinkedServerCreateParametersInner() |
Initializes a new instance of the RedisLinkedServerCreateParametersInner class. |
RedisLinkedServerCreateParametersInner(String, String, ReplicationRole) |
Initializes a new instance of the RedisLinkedServerCreateParametersInner class. |
RedisLinkedServerCreateParametersInner()
Initializes a new instance of the RedisLinkedServerCreateParametersInner class.
public RedisLinkedServerCreateParametersInner ();
Public Sub New ()
Applies to
RedisLinkedServerCreateParametersInner(String, String, ReplicationRole)
Initializes a new instance of the RedisLinkedServerCreateParametersInner class.
public RedisLinkedServerCreateParametersInner (string linkedRedisCacheId, string linkedRedisCacheLocation, Microsoft.Azure.Management.Redis.Fluent.Models.ReplicationRole serverRole);
new Microsoft.Azure.Management.Redis.Fluent.Models.RedisLinkedServerCreateParametersInner : string * string * Microsoft.Azure.Management.Redis.Fluent.Models.ReplicationRole -> Microsoft.Azure.Management.Redis.Fluent.Models.RedisLinkedServerCreateParametersInner
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'
Applies to
Azure SDK for .NET