Aracılığıyla paylaş


MatchCondition.OperatorProperty Property

Definition

Gets or sets describes operator to be matched. Possible values include: 'IPMatch', 'Equal', 'Contains', 'LessThan', 'GreaterThan', 'LessThanOrEqual', 'GreaterThanOrEqual', 'BeginsWith', 'EndsWith', 'Regex', 'GeoMatch'

[Newtonsoft.Json.JsonProperty(PropertyName="operator")]
public Microsoft.Azure.Management.Network.Fluent.Models.WebApplicationFirewallOperator OperatorProperty { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="operator")>]
member this.OperatorProperty : Microsoft.Azure.Management.Network.Fluent.Models.WebApplicationFirewallOperator with get, set
Public Property OperatorProperty As WebApplicationFirewallOperator

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to