PivotProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
PivotProperties() |
Creates an new PivotProperties instance. |
Properties
Name |
Data field to show in view. |
Type |
Data type to show in view. |
Methods
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. |