TimeframeType 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 export. If custom, then a specific time period must be provided.
public readonly struct TimeframeType : IEquatable<Azure.ResourceManager.CostManagement.Models.TimeframeType>
type TimeframeType = struct
Public Structure TimeframeType
Implements IEquatable(Of TimeframeType)
- Inheritance
-
TimeframeType
- Implements
Constructors
TimeframeType(String) |
Initializes a new instance of TimeframeType. |
Properties
BillingMonthToDate |
BillingMonthToDate. |
Custom |
Custom. |
MonthToDate |
MonthToDate. |
TheLastBillingMonth |
TheLastBillingMonth. |
TheLastMonth |
TheLastMonth. |
WeekToDate |
WeekToDate. |
Methods
Equals(TimeframeType) |
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(TimeframeType, TimeframeType) |
Determines if two TimeframeType values are the same. |
Implicit(String to TimeframeType) |
Converts a string to a TimeframeType. |
Inequality(TimeframeType, TimeframeType) |
Determines if two TimeframeType values are not the same. |
Applies to
Azure SDK for .NET