UrlPathOperator type

Defines values for UrlPathOperator.
KnownUrlPathOperator can be used interchangeably with UrlPathOperator, this enum contains the known values that the service supports.

Known values supported by the service

Any
Equal
Contains
BeginsWith
EndsWith
LessThan
LessThanOrEqual
GreaterThan
GreaterThanOrEqual
Wildcard
RegEx

type UrlPathOperator = string