Uses of Class
com.azure.resourcemanager.costmanagement.models.BenefitKind
Packages that use BenefitKind
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of BenefitKind in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type BenefitKindModifier and TypeMethodDescriptionIncludedQuantityUtilizationSummaryProperties.withBenefitType(BenefitKind benefitType) Set the benefitType property: The benefit type.SavingsPlanUtilizationSummaryProperties.withBenefitType(BenefitKind benefitType) Set the benefitType property: The benefit type.BenefitRecommendationModelInner.withKind(BenefitKind kind) Set the kind property: Reservation or SavingsPlan. -
Uses of BenefitKind in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as BenefitKindModifier and TypeFieldDescriptionstatic final BenefitKindBenefitKind.INCLUDED_QUANTITYStatic value IncludedQuantity for BenefitKind.static final BenefitKindBenefitKind.RESERVATIONStatic value Reservation for BenefitKind.static final BenefitKindBenefitKind.SAVINGS_PLANStatic value SavingsPlan for BenefitKind.Methods in com.azure.resourcemanager.costmanagement.models that return BenefitKindModifier and TypeMethodDescriptionBenefitUtilizationSummaryProperties.benefitType()Get the benefitType property: The benefit type.IncludedQuantityUtilizationSummary.benefitType()Get the benefitType property: The benefit type.SavingsPlanUtilizationSummary.benefitType()Get the benefitType property: The benefit type.static BenefitKindBenefitKind.fromString(String name) Creates or finds a BenefitKind from its string representation.BenefitRecommendationModel.kind()Gets the kind property: Reservation or SavingsPlan.BenefitResource.kind()Get the kind property: Reservation or SavingsPlan.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type BenefitKindModifier and TypeMethodDescriptionstatic Collection<BenefitKind>BenefitKind.values()Gets known BenefitKind values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type BenefitKindModifier and TypeMethodDescriptionBenefitUtilizationSummaryProperties.withBenefitType(BenefitKind benefitType) Set the benefitType property: The benefit type.IncludedQuantityUtilizationSummary.withBenefitType(BenefitKind benefitType) Set the benefitType property: The benefit type.SavingsPlanUtilizationSummary.withBenefitType(BenefitKind benefitType) Set the benefitType property: The benefit type.BenefitResource.withKind(BenefitKind kind) Set the kind property: Reservation or SavingsPlan.