RedisLinkedServerWithPropertiesInner 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.
Response to put/get linked server (with properties) for Redis cache.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RedisLinkedServerWithPropertiesInner : Microsoft.Azure.Management.Redis.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RedisLinkedServerWithPropertiesInner = class
inherit ProxyResourceInner
Public Class RedisLinkedServerWithPropertiesInner
Inherits ProxyResourceInner
- Inheritance
- Attributes
Constructors
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. |
Properties
Id |
Resource Id (Inherited from ProxyResourceInner) |
LinkedRedisCacheId |
Gets or sets fully qualified resourceId of the linked redis cache. |
LinkedRedisCacheLocation |
Gets or sets location of the linked redis cache. |
Name |
Resource name (Inherited from ProxyResourceInner) |
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' |
Type |
Resource type (Inherited from ProxyResourceInner) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET