GroupByUserSession(IEnumerable<GroupByVariable>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of GroupByUserSession.
public GroupByUserSession (System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.GroupByVariable> groupByVariables);
new Azure.ResourceManager.Network.Models.GroupByUserSession : seq<Azure.ResourceManager.Network.Models.GroupByVariable> -> Azure.ResourceManager.Network.Models.GroupByUserSession
Public Sub New (groupByVariables As IEnumerable(Of GroupByVariable))
Parameters
- groupByVariables
- IEnumerable<GroupByVariable>
List of group by clause variables.
Exceptions
groupByVariables
is null.