RedisLinkedServerCreateParameters 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.
Parameter required for creating a linked server to redis cache.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RedisLinkedServerCreateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RedisLinkedServerCreateParameters = class
Public Class RedisLinkedServerCreateParameters
- Inheritance
-
RedisLinkedServerCreateParameters
- Attributes
Constructors
RedisLinkedServerCreateParameters() |
Initializes a new instance of the RedisLinkedServerCreateParameters class. |
RedisLinkedServerCreateParameters(String, String, ReplicationRole) |
Initializes a new instance of the RedisLinkedServerCreateParameters 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
Azure SDK for .NET