GroupByUserSession Class
Define user session identifier group by clauses.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelGroupByUserSession
Constructor
GroupByUserSession(*, group_by_variables: List[_models.GroupByVariable], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
group_by_variables
|
List of group by clause variables. Required. |
Variables
Name | Description |
---|---|
group_by_variables
|
List of group by clause variables. Required. |
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