Condividi tramite


RedisLinkedServerCreateParameters Constructors

Definition

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'

Applies to