GroupByVariable Class
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.
Define user session group by clause variables.
public class GroupByVariable : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.GroupByVariable>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.GroupByVariable>
public class GroupByVariable
type GroupByVariable = class
interface IJsonModel<GroupByVariable>
interface IPersistableModel<GroupByVariable>
type GroupByVariable = class
Public Class GroupByVariable
Implements IJsonModel(Of GroupByVariable), IPersistableModel(Of GroupByVariable)
Public Class GroupByVariable
- Inheritance
-
GroupByVariable
- Implements
Constructors
GroupByVariable(ApplicationGatewayFirewallUserSessionVariable) |
Initializes a new instance of GroupByVariable. |
Properties
VariableName |
User Session clause variable. |
Explicit Interface Implementations
IJsonModel<GroupByVariable>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GroupByVariable>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GroupByVariable>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GroupByVariable>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GroupByVariable>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET