Freigeben über


ReportConfigGrouping Class

Definition

The group by expression to be used in the report.

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

Constructors

Name Description
ReportConfigGrouping(QueryColumnType, String)

Initializes a new instance of ReportConfigGrouping.

Properties

Name Description
Name

The name of the column to group. This version supports subscription lowest possible grain.

QueryColumnType

Has type of the column to group.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ReportConfigGrouping>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReportConfigGrouping>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReportConfigGrouping>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReportConfigGrouping>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReportConfigGrouping>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to