次の方法で共有


ApplicationGatewayRewriteRuleCondition.Pattern プロパティ

定義

条件の真実性を評価するパターン (固定文字列または正規表現) を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="pattern")]
public string Pattern { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="pattern")>]
member this.Pattern : string with get, set
Public Property Pattern As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象