ForecastFilter 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 filter expression to be used in the export.
public class ForecastFilter : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CostManagement.Models.ForecastFilter>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CostManagement.Models.ForecastFilter>
type ForecastFilter = class
interface IJsonModel<ForecastFilter>
interface IPersistableModel<ForecastFilter>
Public Class ForecastFilter
Implements IJsonModel(Of ForecastFilter), IPersistableModel(Of ForecastFilter)
- Inheritance
-
ForecastFilter
- Implements
Constructors
ForecastFilter() |
Initializes a new instance of ForecastFilter. |
Properties
And |
The logical "AND" expression. Must have at least 2 items. |
Dimensions |
Has comparison expression for a dimension. |
Or |
The logical "OR" expression. Must have at least 2 items. |
Tags |
Has comparison expression for a tag. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ForecastFilter>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ForecastFilter>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ForecastFilter>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ForecastFilter>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ForecastFilter>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET