共用方式為


RedisLinkedServerWithPropertiesInner Constructors

Definition

Overloads

RedisLinkedServerWithPropertiesInner()

Initializes a new instance of the RedisLinkedServerWithPropertiesInner class.

RedisLinkedServerWithPropertiesInner(String, String, ReplicationRole, String, String, String, String)

Initializes a new instance of the RedisLinkedServerWithPropertiesInner class.

RedisLinkedServerWithPropertiesInner()

Initializes a new instance of the RedisLinkedServerWithPropertiesInner class.

public RedisLinkedServerWithPropertiesInner ();
Public Sub New ()

Applies to

RedisLinkedServerWithPropertiesInner(String, String, ReplicationRole, String, String, String, String)

Initializes a new instance of the RedisLinkedServerWithPropertiesInner class.

public RedisLinkedServerWithPropertiesInner (string linkedRedisCacheId, string linkedRedisCacheLocation, Microsoft.Azure.Management.Redis.Fluent.Models.ReplicationRole serverRole, string id = default, string name = default, string type = default, string provisioningState = default);
new Microsoft.Azure.Management.Redis.Fluent.Models.RedisLinkedServerWithPropertiesInner : string * string * Microsoft.Azure.Management.Redis.Fluent.Models.ReplicationRole * string * string * string * string -> Microsoft.Azure.Management.Redis.Fluent.Models.RedisLinkedServerWithPropertiesInner
Public Sub New (linkedRedisCacheId As String, linkedRedisCacheLocation As String, serverRole As ReplicationRole, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional provisioningState As String = Nothing)

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'

id
String
name
String
type
String
provisioningState
String

Terminal state of the link between primary and secondary redis cache.

Applies to