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". |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python