Uses of Class
com.azure.resourcemanager.costmanagement.models.GenerateDetailedCostReportMetricType
Packages that use GenerateDetailedCostReportMetricType
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of GenerateDetailedCostReportMetricType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as GenerateDetailedCostReportMetricTypeModifier and TypeFieldDescriptionstatic final GenerateDetailedCostReportMetricTypeGenerateDetailedCostReportMetricType.ACTUAL_COSTStatic value ActualCost for GenerateDetailedCostReportMetricType.static final GenerateDetailedCostReportMetricTypeGenerateDetailedCostReportMetricType.AMORTIZED_COSTStatic value AmortizedCost for GenerateDetailedCostReportMetricType.Methods in com.azure.resourcemanager.costmanagement.models that return GenerateDetailedCostReportMetricTypeModifier and TypeMethodDescriptionGenerateDetailedCostReportMetricType.fromString(String name) Creates or finds a GenerateDetailedCostReportMetricType from its string representation.GenerateDetailedCostReportDefinition.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 GenerateDetailedCostReportMetricTypeModifier and TypeMethodDescriptionGenerateDetailedCostReportMetricType.values()Gets known GenerateDetailedCostReportMetricType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type GenerateDetailedCostReportMetricTypeModifier and TypeMethodDescriptionGenerateDetailedCostReportDefinition.withMetric(GenerateDetailedCostReportMetricType metric) Set the metric property: The type of the detailed report.