Uses of Class
com.azure.resourcemanager.costmanagement.models.ReportConfigTimePeriod
Packages that use ReportConfigTimePeriod
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of ReportConfigTimePeriod in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return ReportConfigTimePeriodModifier and TypeMethodDescriptionReportConfigDefinition.timePeriod()Get the timePeriod property: Has time period for pulling data for the report.ViewInner.timePeriod()Get the timePeriod property: Has time period for pulling data for the report.ViewProperties.timePeriod()Get the timePeriod property: Has time period for pulling data for the report.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type ReportConfigTimePeriodModifier and TypeMethodDescriptionReportConfigDefinition.withTimePeriod(ReportConfigTimePeriod timePeriod) Set the timePeriod property: Has time period for pulling data for the report.ViewInner.withTimePeriod(ReportConfigTimePeriod timePeriod) Set the timePeriod property: Has time period for pulling data for the report.ViewProperties.withTimePeriod(ReportConfigTimePeriod timePeriod) Set the timePeriod property: Has time period for pulling data for the report. -
Uses of ReportConfigTimePeriod in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ReportConfigTimePeriodModifier and TypeMethodDescriptionView.timePeriod()Gets the timePeriod property: Has time period for pulling data for the report.ReportConfigTimePeriod.withFrom(OffsetDateTime from) Set the from property: The start date to pull data from.ReportConfigTimePeriod.withTo(OffsetDateTime to) Set the to property: The end date to pull data to.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ReportConfigTimePeriodModifier and TypeMethodDescriptionView.DefinitionStages.WithTimePeriod.withTimePeriod(ReportConfigTimePeriod timePeriod) Specifies the timePeriod property: Has time period for pulling data for the report..View.UpdateStages.WithTimePeriod.withTimePeriod(ReportConfigTimePeriod timePeriod) Specifies the timePeriod property: Has time period for pulling data for the report..