Uses of Class
com.azure.resourcemanager.costmanagement.models.MetricType
Packages that use MetricType
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of MetricType in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return MetricTypeModifier and TypeMethodDescriptionViewInner.metric()Get the metric property: Metric to use when displaying costs.ViewProperties.metric()Get the metric property: Metric to use when displaying costs.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type MetricTypeModifier and TypeMethodDescriptionViewInner.withMetric(MetricType metric) Set the metric property: Metric to use when displaying costs.ViewProperties.withMetric(MetricType metric) Set the metric property: Metric to use when displaying costs. -
Uses of MetricType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as MetricTypeModifier and TypeFieldDescriptionstatic final MetricTypeMetricType.ACTUAL_COSTStatic value ActualCost for MetricType.static final MetricTypeMetricType.AHUBStatic value AHUB for MetricType.static final MetricTypeMetricType.AMORTIZED_COSTStatic value AmortizedCost for MetricType.Methods in com.azure.resourcemanager.costmanagement.models that return MetricTypeModifier and TypeMethodDescriptionstatic MetricTypeMetricType.fromString(String name) Creates or finds a MetricType from its string representation.View.metric()Gets the metric property: Metric to use when displaying costs.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type MetricTypeModifier and TypeMethodDescriptionstatic Collection<MetricType>MetricType.values()Gets known MetricType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type MetricTypeModifier and TypeMethodDescriptionView.DefinitionStages.WithMetric.withMetric(MetricType metric) Specifies the metric property: Metric to use when displaying costs..View.UpdateStages.WithMetric.withMetric(MetricType metric) Specifies the metric property: Metric to use when displaying costs..