RedisEnterpriseDatabaseData Class

Definition

A class representing the RedisEnterpriseDatabase data model. Describes a database on the RedisEnterprise cluster

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

Constructors

RedisEnterpriseDatabaseData()

Initializes a new instance of RedisEnterpriseDatabaseData.

Properties

ClientProtocol

Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted.

ClusteringPolicy

Clustering policy - default is OSSCluster. Specified at create time.

EvictionPolicy

Redis eviction policy - default is VolatileLRU.

GeoReplication

Optional set of properties to configure geo replication for this database.

Id

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

(Inherited from ResourceData)
Modules

Optional set of redis modules to enable in this database - modules can only be added at creation time.

Name

The name of the resource.

(Inherited from ResourceData)
Persistence

Persistence settings.

Port

TCP port of the database endpoint. Specified at create time. Defaults to an available port.

ProvisioningState

Current provisioning status of the database.

ResourceState

Current resource status of the database.

ResourceType

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

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<RedisEnterpriseDatabaseData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RedisEnterpriseDatabaseData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RedisEnterpriseDatabaseData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RedisEnterpriseDatabaseData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RedisEnterpriseDatabaseData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to