Uses of Class
com.azure.resourcemanager.costmanagement.models.GranularityType
Packages that use GranularityType
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of GranularityType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as GranularityTypeModifier and TypeFieldDescriptionstatic final GranularityTypeGranularityType.DAILYStatic value Daily for GranularityType.Methods in com.azure.resourcemanager.costmanagement.models that return GranularityTypeModifier and TypeMethodDescriptionstatic GranularityTypeGranularityType.fromString(String name) Creates or finds a GranularityType from its string representation.ExportDataset.granularity()Get the granularity property: The granularity of rows in the export.ForecastDataset.granularity()Get the granularity property: The granularity of rows in the forecast.QueryDataset.granularity()Get the granularity property: The granularity of rows in the query.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type GranularityTypeModifier and TypeMethodDescriptionstatic Collection<GranularityType>GranularityType.values()Gets known GranularityType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type GranularityTypeModifier and TypeMethodDescriptionExportDataset.withGranularity(GranularityType granularity) Set the granularity property: The granularity of rows in the export.ForecastDataset.withGranularity(GranularityType granularity) Set the granularity property: The granularity of rows in the forecast.QueryDataset.withGranularity(GranularityType granularity) Set the granularity property: The granularity of rows in the query.