ReportTimeframeType Struct
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 time frame for pulling data for the report. If custom, then a specific time period must be provided.
public readonly struct ReportTimeframeType : IEquatable<Azure.ResourceManager.CostManagement.Models.ReportTimeframeType>
type ReportTimeframeType = struct
Public Structure ReportTimeframeType
Implements IEquatable(Of ReportTimeframeType)
- Inheritance
-
ReportTimeframeType
- Implements
Constructors
ReportTimeframeType(String) |
Initializes a new instance of ReportTimeframeType. |
Properties
Custom |
Custom. |
MonthToDate |
MonthToDate. |
WeekToDate |
WeekToDate. |
YearToDate |
YearToDate. |
Methods
Equals(ReportTimeframeType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ReportTimeframeType, ReportTimeframeType) |
Determines if two ReportTimeframeType values are the same. |
Implicit(String to ReportTimeframeType) |
Converts a string to a ReportTimeframeType. |
Inequality(ReportTimeframeType, ReportTimeframeType) |
Determines if two ReportTimeframeType values are not the same. |
Applies to
Azure SDK for .NET