RedisLinkedServerWithProperties Class

Definition

Response to put/get linked server (with properties) for Redis cache.

[Microsoft.Rest.Serialization.JsonTransformation]
public class RedisLinkedServerWithProperties : Microsoft.Azure.Management.Redis.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RedisLinkedServerWithProperties = class
    inherit ProxyResource
Public Class RedisLinkedServerWithProperties
Inherits ProxyResource
Inheritance
RedisLinkedServerWithProperties
Attributes

Constructors

RedisLinkedServerWithProperties()

Initializes a new instance of the RedisLinkedServerWithProperties class.

RedisLinkedServerWithProperties(String, String, ReplicationRole, String, String, String, String)

Initializes a new instance of the RedisLinkedServerWithProperties class.

Properties

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
LinkedRedisCacheId

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

LinkedRedisCacheLocation

Gets or sets location of the linked redis cache.

Name

Gets the name of the resource

(Inherited from Resource)
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

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to