Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.BenefitRecommendationModelInner
Package
Description
Package containing the service clients for CostManagementClient.
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of BenefitRecommendationModelInner in com.azure.resourcemanager.costmanagement.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<BenefitRecommendationModelInner>
List of recommendations for purchasing savings plan.com.azure.core.http.rest.PagedIterable<BenefitRecommendationModelInner>
BenefitRecommendationsClient.list
(String billingScope, String filter, String orderby, String expand, com.azure.core.util.Context context) List of recommendations for purchasing savings plan. -
Uses of BenefitRecommendationModelInner in com.azure.resourcemanager.costmanagement.fluent.models
Modifier and TypeMethodDescriptionBenefitRecommendationModelInner.withKind
(BenefitKind kind) Set the kind property: Reservation or SavingsPlan.BenefitRecommendationModelInner.withProperties
(BenefitRecommendationProperties properties) Set the properties property: The properties of the benefit recommendations. -
Uses of BenefitRecommendationModelInner in com.azure.resourcemanager.costmanagement.models
Modifier and TypeMethodDescriptionBenefitRecommendationModel.innerModel()
Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.BenefitRecommendationModelInner object.Modifier and TypeMethodDescriptionBenefitRecommendationsListResult.value()
Get the value property: The list of benefit recommendations.