Sdílet prostřednictvím


QueryColumn Class

Definition

QueryColumn properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.QueryColumnTypeConverter))]
public class QueryColumn : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryColumn, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryColumnInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.QueryColumnTypeConverter))>]
type QueryColumn = class
    interface IQueryColumn
    interface IJsonSerializable
    interface IQueryColumnInternal
Public Class QueryColumn
Implements IQueryColumn, IQueryColumnInternal
Inheritance
QueryColumn
Attributes
Implements

Constructors

QueryColumn()

Creates an new QueryColumn instance.

Properties

Name

The name of column.

Type

The type of column.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QueryColumn.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QueryColumn.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of QueryColumn into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to