GroupByVariable Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. GroupByVariable
- com.
Implements
public final class GroupByVariable
implements JsonSerializable<GroupByVariable>
Define user session group by clause variables.
Constructor Summary
Constructor | Description |
---|---|
GroupByVariable() |
Creates an instance of Group |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Group |
fromJson(JsonReader jsonReader)
Reads an instance of Group |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Application |
variableName()
Get the variable |
Group |
withVariableName(ApplicationGatewayFirewallUserSessionVariable variableName)
Set the variable |
Methods inherited from java.lang.Object
Constructor Details
GroupByVariable
public GroupByVariable()
Creates an instance of GroupByVariable class.
Method Details
fromJson
public static GroupByVariable fromJson(JsonReader jsonReader)
Reads an instance of GroupByVariable from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
variableName
public ApplicationGatewayFirewallUserSessionVariable variableName()
Get the variableName property: User Session clause variable.
Returns:
withVariableName
public GroupByVariable withVariableName(ApplicationGatewayFirewallUserSessionVariable variableName)
Set the variableName property: User Session clause variable.
Parameters:
Returns:
Applies to
Azure SDK for Java