HostNameOperator Enum
Describes operator to be matched.
- Inheritance
-
builtins.strHostNameOperatorHostNameOperator
Constructor
HostNameOperator(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Fields
ANY |
BEGINS_WITH |
CONTAINS |
ENDS_WITH |
EQUAL |
GREATER_THAN |
GREATER_THAN_OR_EQUAL |
LESS_THAN |
LESS_THAN_OR_EQUAL |
REG_EX |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python