IDatabaseProperties.Module Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="Optional set of redis modules to enable in this database - modules can only be added at creation time.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IModule) }, Read=true, ReadOnly=false, Required=false, SerializedName="modules", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IModule> Module { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="Optional set of redis modules to enable in this database - modules can only be added at creation time.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IModule) }, Read=true, ReadOnly=false, Required=false, SerializedName="modules", Update=false)>]
member this.Module : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IModule> with get, set
Public Property Module As List(Of IModule)

Property Value

Attributes

Applies to