ForecastDefinition 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.
The definition of a forecast.
public class ForecastDefinition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CostManagement.Models.ForecastDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CostManagement.Models.ForecastDefinition>
type ForecastDefinition = class
interface IJsonModel<ForecastDefinition>
interface IPersistableModel<ForecastDefinition>
Public Class ForecastDefinition
Implements IJsonModel(Of ForecastDefinition), IPersistableModel(Of ForecastDefinition)
- Inheritance
-
ForecastDefinition
- Implements
Constructors
ForecastDefinition(ForecastType, ForecastTimeframe, ForecastDataset) |
Initializes a new instance of ForecastDefinition. |
Properties
Dataset |
Has definition for data in this forecast. |
ForecastType |
The type of the forecast. |
IncludeActualCost |
A boolean determining if actualCost will be included. |
IncludeFreshPartialCost |
A boolean determining if FreshPartialCost will be included. |
Timeframe |
The time frame for pulling data for the forecast. If custom, then a specific time period must be provided. |
TimePeriod |
Has time period for pulling data for the forecast. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ForecastDefinition>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ForecastDefinition>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ForecastDefinition>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ForecastDefinition>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ForecastDefinition>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET