RedisLinkedServerCreateProperties Class
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.
Create properties for a linked server
public class RedisLinkedServerCreateProperties
type RedisLinkedServerCreateProperties = class
Public Class RedisLinkedServerCreateProperties
- Inheritance
-
RedisLinkedServerCreateProperties
- Derived
Constructors
RedisLinkedServerCreateProperties() |
Initializes a new instance of the RedisLinkedServerCreateProperties class. |
RedisLinkedServerCreateProperties(String, String, ReplicationRole, String, String) |
Initializes a new instance of the RedisLinkedServerCreateProperties 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. |
LinkedRedisCacheId |
Gets or sets fully qualified resourceId of the linked redis cache. |
LinkedRedisCacheLocation |
Gets or sets location of the linked redis cache. |
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. |
ServerRole |
Gets or sets role of the linked server. Possible values include: 'Primary', 'Secondary' |
Methods
Validate() |
Validate the object. |