GroupByVariable Class
Define user session group by clause variables.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelGroupByVariable
Constructor
GroupByVariable(*, variable_name: str | _models.ApplicationGatewayFirewallUserSessionVariable, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
variable_name
|
User Session clause variable. Required. Known values are: "ClientAddr", "GeoLocation", and "None". |
Variables
Name | Description |
---|---|
variable_name
|
User Session clause variable. Required. Known values are: "ClientAddr", "GeoLocation", and "None". |
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