Class GroupByVariable
java.lang.Object
com.azure.resourcemanager.network.models.GroupByVariable
Define user session group by clause variables.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.Get the variableName property: User Session clause variable.Set the variableName property: User Session clause variable.
-
Constructor Details
-
GroupByVariable
public GroupByVariable()Creates an instance of GroupByVariable class.
-
-
Method Details
-
variableName
Get the variableName property: User Session clause variable.- Returns:
- the variableName value.
-
withVariableName
Set the variableName property: User Session clause variable.- Parameters:
variableName- the variableName value to set.- Returns:
- the GroupByVariable object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-