Share via


RedisEnterpriseModule Class

Definition

Specifies configuration of a redis module.

public class RedisEnterpriseModule : Azure.Provisioning.Primitives.ProvisionableConstruct
type RedisEnterpriseModule = class
    inherit ProvisionableConstruct
Public Class RedisEnterpriseModule
Inherits ProvisionableConstruct
Inheritance

Constructors

RedisEnterpriseModule()

Creates a new RedisEnterpriseModule.

Properties

Args

Configuration options for the module, e.g. 'ERROR_RATE 0.01 INITIAL_SIZE 400'.

Name

The name of the module, e.g. 'RedisBloom', 'RediSearch', 'RedisTimeSeries'.

Version

The version of the module, e.g. '1.0'.

Methods

DefineProvisionableProperties()

Define all the provisionable properties of RedisEnterpriseModule.

GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from Provisionable)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Provisionable)

Applies to