Uses of Class
com.azure.resourcemanager.costmanagement.models.AccumulatedType
Packages that use AccumulatedType
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of AccumulatedType in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return AccumulatedTypeModifier and TypeMethodDescriptionViewInner.accumulated()Get the accumulated property: Show costs accumulated over time.ViewProperties.accumulated()Get the accumulated property: Show costs accumulated over time.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type AccumulatedTypeModifier and TypeMethodDescriptionViewInner.withAccumulated(AccumulatedType accumulated) Set the accumulated property: Show costs accumulated over time.ViewProperties.withAccumulated(AccumulatedType accumulated) Set the accumulated property: Show costs accumulated over time. -
Uses of AccumulatedType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as AccumulatedTypeModifier and TypeFieldDescriptionstatic final AccumulatedTypeAccumulatedType.FALSEStatic value false for AccumulatedType.static final AccumulatedTypeAccumulatedType.TRUEStatic value true for AccumulatedType.Methods in com.azure.resourcemanager.costmanagement.models that return AccumulatedTypeModifier and TypeMethodDescriptionView.accumulated()Gets the accumulated property: Show costs accumulated over time.static AccumulatedTypeAccumulatedType.fromString(String name) Creates or finds a AccumulatedType from its string representation.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type AccumulatedTypeModifier and TypeMethodDescriptionstatic Collection<AccumulatedType>AccumulatedType.values()Gets known AccumulatedType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type AccumulatedTypeModifier and TypeMethodDescriptionView.DefinitionStages.WithAccumulated.withAccumulated(AccumulatedType accumulated) Specifies the accumulated property: Show costs accumulated over time..View.UpdateStages.WithAccumulated.withAccumulated(AccumulatedType accumulated) Specifies the accumulated property: Show costs accumulated over time..