Sdílet prostřednictvím


RedisLinkedServerProperties Class

Definition

Properties of a linked server to be returned in get/put response

public class RedisLinkedServerProperties : Microsoft.Azure.Management.RedisCache.Models.RedisLinkedServerCreateProperties
type RedisLinkedServerProperties = class
    inherit RedisLinkedServerCreateProperties
Public Class RedisLinkedServerProperties
Inherits RedisLinkedServerCreateProperties
Inheritance
RedisLinkedServerProperties

Constructors

RedisLinkedServerProperties()

Initializes a new instance of the RedisLinkedServerProperties class.

RedisLinkedServerProperties(String, String, ReplicationRole, String, String, String)

Initializes a new instance of the RedisLinkedServerProperties class.

Properties

GeoReplicatedPrimaryHostName

Gets the unchanging DNS name which will always point to current geo-primary cache among the linked redis caches for seamless Geo Failover experience.

(Inherited from RedisLinkedServerCreateProperties)
LinkedRedisCacheId

Gets or sets fully qualified resourceId of the linked redis cache.

(Inherited from RedisLinkedServerCreateProperties)
LinkedRedisCacheLocation

Gets or sets location of the linked redis cache.

(Inherited from RedisLinkedServerCreateProperties)
PrimaryHostName

Gets the changing DNS name that resolves to the current geo-primary cache among the linked redis caches before or after the Geo Failover.

(Inherited from RedisLinkedServerCreateProperties)
ProvisioningState

Gets terminal state of the link between primary and secondary redis cache.

ServerRole

Gets or sets role of the linked server. Possible values include: 'Primary', 'Secondary'

(Inherited from RedisLinkedServerCreateProperties)

Methods

Validate()

Validate the object.

Applies to