共用方式為


Database.Modules Property

Definition

Gets or sets optional set of redis modules to enable in this database - modules can only be added at creation time.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.modules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.RedisEnterprise.Models.Module> Modules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.modules")>]
member this.Modules : System.Collections.Generic.IList<Microsoft.Azure.Management.RedisEnterprise.Models.Module> with get, set
Public Property Modules As IList(Of Module)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to