Megosztás a következőn keresztül:


ReportTimeframeType Struct

Definition

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