IDatabaseUpdate.Module Property
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.
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(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.Api20240901Preview.IModule) }, ReadOnly=false, Required=false, SerializedName="modules")]
public Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[] Module { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(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.Api20240901Preview.IModule) }, ReadOnly=false, Required=false, SerializedName="modules")>]
member this.Module : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[] with get, set
Public Property Module As IModule()
Property Value
IModule[]
- Attributes