RedisLinkedServerWithPropertyData Class

Definition

A class representing the RedisLinkedServerWithProperty data model. Response to put/get linked server (with properties) for Redis cache.

public class RedisLinkedServerWithPropertyData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Redis.RedisLinkedServerWithPropertyData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Redis.RedisLinkedServerWithPropertyData>
public class RedisLinkedServerWithPropertyData : Azure.ResourceManager.Models.ResourceData
type RedisLinkedServerWithPropertyData = class
    inherit ResourceData
    interface IJsonModel<RedisLinkedServerWithPropertyData>
    interface IPersistableModel<RedisLinkedServerWithPropertyData>
type RedisLinkedServerWithPropertyData = class
    inherit ResourceData
Public Class RedisLinkedServerWithPropertyData
Inherits ResourceData
Implements IJsonModel(Of RedisLinkedServerWithPropertyData), IPersistableModel(Of RedisLinkedServerWithPropertyData)
Public Class RedisLinkedServerWithPropertyData
Inherits ResourceData
Inheritance
RedisLinkedServerWithPropertyData
Implements

Constructors

RedisLinkedServerWithPropertyData()

Initializes a new instance of RedisLinkedServerWithPropertyData.

Properties

GeoReplicatedPrimaryHostName

The unchanging DNS name which will always point to current geo-primary cache among the linked redis caches for seamless Geo Failover experience.

Id

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

(Inherited from ResourceData)
LinkedRedisCacheId

Fully qualified resourceId of the linked redis cache.

LinkedRedisCacheLocation

Location of the linked redis cache.

Name

The name of the resource.

(Inherited from ResourceData)
PrimaryHostName

The changing DNS name that resolves to the current geo-primary cache among the linked redis caches before or after the Geo Failover.

ProvisioningState

Terminal state of the link between primary and secondary redis cache.

ResourceType

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

(Inherited from ResourceData)
ServerRole

Role of the linked server.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<RedisLinkedServerWithPropertyData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RedisLinkedServerWithPropertyData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RedisLinkedServerWithPropertyData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RedisLinkedServerWithPropertyData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RedisLinkedServerWithPropertyData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to