Dela via


QueryGrouping Class

Definition

The group by expression to be used in the query.

public class QueryGrouping : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CostManagement.Models.QueryGrouping>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CostManagement.Models.QueryGrouping>
type QueryGrouping = class
    interface IJsonModel<QueryGrouping>
    interface IPersistableModel<QueryGrouping>
Public Class QueryGrouping
Implements IJsonModel(Of QueryGrouping), IPersistableModel(Of QueryGrouping)
Inheritance
QueryGrouping
Implements

Constructors

QueryGrouping(QueryColumnType, String)

Initializes a new instance of QueryGrouping.

Properties

ColumnType

Has type of the column to group.

Name

The name of the column to group.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<QueryGrouping>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<QueryGrouping>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<QueryGrouping>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QueryGrouping>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<QueryGrouping>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to