RedisLinkedServerWithProperties 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 RedisLinkedServerWithProperties : Microsoft.Azure.Management.RedisCache.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RedisLinkedServerWithProperties = class
inherit ProxyResource
Public Class RedisLinkedServerWithProperties
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
RedisLinkedServerWithProperties() |
Initializes a new instance of the RedisLinkedServerWithProperties class. |
RedisLinkedServerWithProperties(String, String, String, String, String, Nullable<ReplicationRole>, String, String, String) |
Initializes a new instance of the RedisLinkedServerWithProperties 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. |
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) |
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. |
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) |