ArmNetworkModelFactory.GroupByUserSession Method
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.
public static Azure.ResourceManager.Network.Models.GroupByUserSession GroupByUserSession(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.GroupByVariable> groupByVariables = default);
static member GroupByUserSession : seq<Azure.ResourceManager.Network.Models.GroupByVariable> -> Azure.ResourceManager.Network.Models.GroupByUserSession
Public Shared Function GroupByUserSession (Optional groupByVariables As IEnumerable(Of GroupByVariable) = Nothing) As GroupByUserSession
Parameters
- groupByVariables
- IEnumerable<GroupByVariable>
List of group by clause variables.
Returns
A new GroupByUserSession instance for mocking.