Uses of Class
com.azure.resourcemanager.costmanagement.models.ReportTimeframeType
Packages that use ReportTimeframeType
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of ReportTimeframeType in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return ReportTimeframeTypeModifier and TypeMethodDescriptionReportConfigDefinition.timeframe()Get the timeframe property: The time frame for pulling data for the report.ViewInner.timeframe()Get the timeframe property: The time frame for pulling data for the report.ViewProperties.timeframe()Get the timeframe property: The time frame for pulling data for the report.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type ReportTimeframeTypeModifier and TypeMethodDescriptionReportConfigDefinition.withTimeframe(ReportTimeframeType timeframe) Set the timeframe property: The time frame for pulling data for the report.ViewInner.withTimeframe(ReportTimeframeType timeframe) Set the timeframe property: The time frame for pulling data for the report.ViewProperties.withTimeframe(ReportTimeframeType timeframe) Set the timeframe property: The time frame for pulling data for the report. -
Uses of ReportTimeframeType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as ReportTimeframeTypeModifier and TypeFieldDescriptionstatic final ReportTimeframeTypeReportTimeframeType.CUSTOMStatic value Custom for ReportTimeframeType.static final ReportTimeframeTypeReportTimeframeType.MONTH_TO_DATEStatic value MonthToDate for ReportTimeframeType.static final ReportTimeframeTypeReportTimeframeType.WEEK_TO_DATEStatic value WeekToDate for ReportTimeframeType.static final ReportTimeframeTypeReportTimeframeType.YEAR_TO_DATEStatic value YearToDate for ReportTimeframeType.Methods in com.azure.resourcemanager.costmanagement.models that return ReportTimeframeTypeModifier and TypeMethodDescriptionstatic ReportTimeframeTypeReportTimeframeType.fromString(String name) Creates or finds a ReportTimeframeType from its string representation.View.timeframe()Gets the timeframe property: The time frame for pulling data for the report.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ReportTimeframeTypeModifier and TypeMethodDescriptionstatic Collection<ReportTimeframeType>ReportTimeframeType.values()Gets known ReportTimeframeType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ReportTimeframeTypeModifier and TypeMethodDescriptionView.DefinitionStages.WithTimeframe.withTimeframe(ReportTimeframeType timeframe) Specifies the timeframe property: The time frame for pulling data for the report.View.UpdateStages.WithTimeframe.withTimeframe(ReportTimeframeType timeframe) Specifies the timeframe property: The time frame for pulling data for the report.