WebApplicationRuleMatchOperator Struct

Definition

Comparison type to use for matching with the variable value.

public readonly struct WebApplicationRuleMatchOperator : IEquatable<Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchOperator>
type WebApplicationRuleMatchOperator = struct
Public Structure WebApplicationRuleMatchOperator
Implements IEquatable(Of WebApplicationRuleMatchOperator)
Inheritance
WebApplicationRuleMatchOperator
Implements

Constructors

WebApplicationRuleMatchOperator(String)

Initializes a new instance of WebApplicationRuleMatchOperator.

Properties

Any

Any.

BeginsWith

BeginsWith.

Contains

Contains.

EndsWith

EndsWith.

Equal

Equal.

GeoMatch

GeoMatch.

GreaterThan

GreaterThan.

GreaterThanOrEqual

GreaterThanOrEqual.

IPMatch

IPMatch.

LessThan

LessThan.

LessThanOrEqual

LessThanOrEqual.

RegEX

RegEx.

Methods

Equals(WebApplicationRuleMatchOperator)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(WebApplicationRuleMatchOperator, WebApplicationRuleMatchOperator)

Determines if two WebApplicationRuleMatchOperator values are the same.

Implicit(String to WebApplicationRuleMatchOperator)

Converts a string to a WebApplicationRuleMatchOperator.

Inequality(WebApplicationRuleMatchOperator, WebApplicationRuleMatchOperator)

Determines if two WebApplicationRuleMatchOperator values are not the same.

Applies to