次の方法で共有


WebApplicationFirewallPolicy.CustomRules プロパティ

定義

ポリシー内のカスタム 規則を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象