次の方法で共有


Database.Modules プロパティ

定義

このデータベースで有効にする redis モジュールのオプション セットを取得または設定します。モジュールは作成時にのみ追加できます。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象