次の方法で共有


ApplicationGatewayRewriteRuleCondition.IgnoreCase プロパティ

定義

大文字と小文字を区別しない比較をパターンに強制して、このパラメーターを真の値に設定する値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="ignoreCase")]
public bool? IgnoreCase { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ignoreCase")>]
member this.IgnoreCase : Nullable<bool> with get, set
Public Property IgnoreCase As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象