Share via


ApplicationGatewayRewriteRuleCondition.Pattern Property

Definition

Gets or sets the pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to