ForecastColumn 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.
Forecast column properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ForecastColumnTypeConverter))]
public class ForecastColumn : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastColumn, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastColumnInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ForecastColumnTypeConverter))>]
type ForecastColumn = class
interface IForecastColumn
interface IJsonSerializable
interface IForecastColumnInternal
Public Class ForecastColumn
Implements IForecastColumn, IForecastColumnInternal
- Inheritance
-
ForecastColumn
- Attributes
- Implements
Constructors
ForecastColumn() |
Creates an new ForecastColumn instance. |
Properties
Name |
The name of column. |
Type |
The type of column. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ForecastColumn. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ForecastColumn. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastColumn. |
FromJsonString(String) |
Creates a new instance of ForecastColumn, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ForecastColumn into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |