Sdílet prostřednictvím


ReportConfigSorting Class

Definition

The order by expression to be used in the report.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ReportConfigSortingTypeConverter))]
public class ReportConfigSorting : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigSorting, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigSortingInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ReportConfigSortingTypeConverter))>]
type ReportConfigSorting = class
    interface IReportConfigSorting
    interface IJsonSerializable
    interface IReportConfigSortingInternal
Public Class ReportConfigSorting
Implements IReportConfigSorting, IReportConfigSortingInternal
Inheritance
ReportConfigSorting
Attributes
Implements

Constructors

ReportConfigSorting()

Creates an new ReportConfigSorting instance.

Properties

Direction

Direction of sort.

Name

The name of the column to sort.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReportConfigSorting.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReportConfigSorting.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigSorting.

FromJsonString(String)

Creates a new instance of ReportConfigSorting, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReportConfigSorting into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to