Freigeben über


PivotProperties Class

Definition

Each pivot must contain a 'type' and 'name'.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.PivotPropertiesTypeConverter))]
public class PivotProperties : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IPivotProperties, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IPivotPropertiesInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.PivotPropertiesTypeConverter))>]
type PivotProperties = class
    interface IPivotProperties
    interface IJsonSerializable
    interface IPivotPropertiesInternal
Public Class PivotProperties
Implements IPivotProperties, IPivotPropertiesInternal
Inheritance
PivotProperties
Attributes
Implements

Constructors

Name Description
PivotProperties()

Creates an new PivotProperties instance.

Properties

Name Description
Name

Data field to show in view.

Type

Data type to show in view.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PivotProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PivotProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PivotProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to