Uses of Class
com.azure.resourcemanager.costmanagement.models.CostDetailsMetricType
Packages that use CostDetailsMetricType
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of CostDetailsMetricType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as CostDetailsMetricTypeModifier and TypeFieldDescriptionstatic final CostDetailsMetricTypeCostDetailsMetricType.ACTUAL_COSTStatic value ActualCost for CostDetailsMetricType.static final CostDetailsMetricTypeCostDetailsMetricType.AMORTIZED_COSTStatic value AmortizedCost for CostDetailsMetricType.Methods in com.azure.resourcemanager.costmanagement.models that return CostDetailsMetricTypeModifier and TypeMethodDescriptionstatic CostDetailsMetricTypeCostDetailsMetricType.fromString(String name) Creates or finds a CostDetailsMetricType from its string representation.GenerateCostDetailsReportRequestDefinition.metric()Get the metric property: The type of the detailed report.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type CostDetailsMetricTypeModifier and TypeMethodDescriptionstatic Collection<CostDetailsMetricType>CostDetailsMetricType.values()Gets known CostDetailsMetricType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type CostDetailsMetricTypeModifier and TypeMethodDescriptionGenerateCostDetailsReportRequestDefinition.withMetric(CostDetailsMetricType metric) Set the metric property: The type of the detailed report.