Uses of Class
com.azure.resourcemanager.costmanagement.models.ReportGranularityType
Packages that use ReportGranularityType
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ReportGranularityType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as ReportGranularityTypeModifier and TypeFieldDescriptionstatic final ReportGranularityTypeReportGranularityType.DAILYStatic value Daily for ReportGranularityType.static final ReportGranularityTypeReportGranularityType.MONTHLYStatic value Monthly for ReportGranularityType.Methods in com.azure.resourcemanager.costmanagement.models that return ReportGranularityTypeModifier and TypeMethodDescriptionstatic ReportGranularityTypeReportGranularityType.fromString(String name) Creates or finds a ReportGranularityType from its string representation.ReportConfigDataset.granularity()Get the granularity property: The granularity of rows in the report.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ReportGranularityTypeModifier and TypeMethodDescriptionstatic Collection<ReportGranularityType>ReportGranularityType.values()Gets known ReportGranularityType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ReportGranularityTypeModifier and TypeMethodDescriptionReportConfigDataset.withGranularity(ReportGranularityType granularity) Set the granularity property: The granularity of rows in the report.