共用方式為


RedisLinkedServerCreateParametersInner Class

Definition

Parameter required for creating a linked server to redis cache.

[Microsoft.Rest.Serialization.JsonTransformation]
public class RedisLinkedServerCreateParametersInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RedisLinkedServerCreateParametersInner = class
Public Class RedisLinkedServerCreateParametersInner
Inheritance
RedisLinkedServerCreateParametersInner
Attributes

Constructors

RedisLinkedServerCreateParametersInner()

Initializes a new instance of the RedisLinkedServerCreateParametersInner class.

RedisLinkedServerCreateParametersInner(String, String, ReplicationRole)

Initializes a new instance of the RedisLinkedServerCreateParametersInner class.

Properties

LinkedRedisCacheId

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

LinkedRedisCacheLocation

Gets or sets location of the linked redis cache.

ServerRole

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

Methods

Validate()

Validate the object.

Applies to