Uses of Class
com.azure.resourcemanager.network.models.GroupByVariable
Packages that use GroupByVariable
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of GroupByVariable in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type GroupByVariableModifier and TypeClassDescriptionfinal classDefine user session group by clause variables.Methods in com.azure.resourcemanager.network.models that return GroupByVariableModifier and TypeMethodDescriptionstatic GroupByVariableGroupByVariable.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GroupByVariable from the JsonReader.GroupByVariable.withVariableName(ApplicationGatewayFirewallUserSessionVariable variableName) Set the variableName property: User Session clause variable.Methods in com.azure.resourcemanager.network.models that return types with arguments of type GroupByVariableModifier and TypeMethodDescriptionGroupByUserSession.groupByVariables()Get the groupByVariables property: List of group by clause variables.Method parameters in com.azure.resourcemanager.network.models with type arguments of type GroupByVariableModifier and TypeMethodDescriptionGroupByUserSession.withGroupByVariables(List<GroupByVariable> groupByVariables) Set the groupByVariables property: List of group by clause variables.