ForecastProperties 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 properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ForecastPropertiesTypeConverter))]
public class ForecastProperties : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastProperties, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastPropertiesInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ForecastPropertiesTypeConverter))>]
type ForecastProperties = class
interface IForecastProperties
interface IJsonSerializable
interface IForecastPropertiesInternal
Public Class ForecastProperties
Implements IForecastProperties, IForecastPropertiesInternal
- Inheritance
-
ForecastProperties
- Attributes
- Implements
Constructors
ForecastProperties() |
Creates an new ForecastProperties instance. |
Properties
Column |
Array of columns |
NextLink |
The link (url) to the next page of results. |
Row |
Array of rows |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ForecastProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ForecastProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastProperties. |
FromJsonString(String) |
Creates a new instance of ForecastProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ForecastProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |