Uses of Class
com.azure.resourcemanager.costmanagement.models.TimeframeType
Packages that use TimeframeType
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of TimeframeType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as TimeframeTypeModifier and TypeFieldDescriptionstatic final TimeframeTypeTimeframeType.BILLING_MONTH_TO_DATEStatic value BillingMonthToDate for TimeframeType.static final TimeframeTypeTimeframeType.CUSTOMStatic value Custom for TimeframeType.static final TimeframeTypeTimeframeType.MONTH_TO_DATEStatic value MonthToDate for TimeframeType.static final TimeframeTypeTimeframeType.THE_LAST_BILLING_MONTHStatic value TheLastBillingMonth for TimeframeType.static final TimeframeTypeTimeframeType.THE_LAST_MONTHStatic value TheLastMonth for TimeframeType.static final TimeframeTypeTimeframeType.WEEK_TO_DATEStatic value WeekToDate for TimeframeType.Methods in com.azure.resourcemanager.costmanagement.models that return TimeframeTypeModifier and TypeMethodDescriptionstatic TimeframeTypeTimeframeType.fromString(String name) Creates or finds a TimeframeType from its string representation.ExportDefinition.timeframe()Get the timeframe property: The time frame for pulling data for the export.QueryDefinition.timeframe()Get the timeframe property: The time frame for pulling data for the query.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type TimeframeTypeModifier and TypeMethodDescriptionstatic Collection<TimeframeType>TimeframeType.values()Gets known TimeframeType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type TimeframeTypeModifier and TypeMethodDescriptionExportDefinition.withTimeframe(TimeframeType timeframe) Set the timeframe property: The time frame for pulling data for the export.QueryDefinition.withTimeframe(TimeframeType timeframe) Set the timeframe property: The time frame for pulling data for the query.