MatchVariable Class
Define match variables.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelMatchVariable
Constructor
MatchVariable(*, variable_name: str | _models.WebApplicationFirewallMatchVariable, selector: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
variable_name
|
Match Variable. Required. Known values are: "RemoteAddr", "RequestMethod", "QueryString", "PostArgs", "RequestUri", "RequestHeaders", "RequestBody", and "RequestCookies". |
selector
|
The selector of match variable. |
Variables
Name | Description |
---|---|
variable_name
|
Match Variable. Required. Known values are: "RemoteAddr", "RequestMethod", "QueryString", "PostArgs", "RequestUri", "RequestHeaders", "RequestBody", and "RequestCookies". |
selector
|
The selector of match variable. |
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