ManagedRuleSetList.ManagedRuleSets プロパティ

定義

ルール セットの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象