Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.BenefitUtilizationSummaryInner
Packages that use BenefitUtilizationSummaryInner
Package
Description
Package containing the service clients for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of BenefitUtilizationSummaryInner in com.azure.resourcemanager.costmanagement.fluent
Methods in com.azure.resourcemanager.costmanagement.fluent that return types with arguments of type BenefitUtilizationSummaryInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<BenefitUtilizationSummaryInner>BenefitUtilizationSummariesClient.listByBillingAccountId(String billingAccountId) Lists savings plan utilization summaries for the enterprise agreement scope.com.azure.core.http.rest.PagedIterable<BenefitUtilizationSummaryInner>BenefitUtilizationSummariesClient.listByBillingAccountId(String billingAccountId, GrainParameter grainParameter, String filter, com.azure.core.util.Context context) Lists savings plan utilization summaries for the enterprise agreement scope.com.azure.core.http.rest.PagedIterable<BenefitUtilizationSummaryInner>BenefitUtilizationSummariesClient.listByBillingProfileId(String billingAccountId, String billingProfileId) Lists savings plan utilization summaries for billing profile.com.azure.core.http.rest.PagedIterable<BenefitUtilizationSummaryInner>BenefitUtilizationSummariesClient.listByBillingProfileId(String billingAccountId, String billingProfileId, GrainParameter grainParameter, String filter, com.azure.core.util.Context context) Lists savings plan utilization summaries for billing profile.com.azure.core.http.rest.PagedIterable<BenefitUtilizationSummaryInner>BenefitUtilizationSummariesClient.listBySavingsPlanId(String savingsPlanOrderId, String savingsPlanId) Lists the savings plan utilization summaries for daily or monthly grain.com.azure.core.http.rest.PagedIterable<BenefitUtilizationSummaryInner>BenefitUtilizationSummariesClient.listBySavingsPlanId(String savingsPlanOrderId, String savingsPlanId, String filter, GrainParameter grainParameter, com.azure.core.util.Context context) Lists the savings plan utilization summaries for daily or monthly grain.com.azure.core.http.rest.PagedIterable<BenefitUtilizationSummaryInner>BenefitUtilizationSummariesClient.listBySavingsPlanOrder(String savingsPlanOrderId) Lists the savings plan utilization summaries for daily or monthly grain.com.azure.core.http.rest.PagedIterable<BenefitUtilizationSummaryInner>BenefitUtilizationSummariesClient.listBySavingsPlanOrder(String savingsPlanOrderId, String filter, GrainParameter grainParameter, com.azure.core.util.Context context) Lists the savings plan utilization summaries for daily or monthly grain. -
Uses of BenefitUtilizationSummaryInner in com.azure.resourcemanager.costmanagement.models
Modifier and TypeClassDescriptionfinal classIncluded Quantity utilization summary resource.final classSavings plan utilization summary resource.Methods in com.azure.resourcemanager.costmanagement.models that return BenefitUtilizationSummaryInnerModifier and TypeMethodDescriptionBenefitUtilizationSummary.innerModel()Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.BenefitUtilizationSummaryInner object.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type BenefitUtilizationSummaryInnerModifier and TypeMethodDescriptionBenefitUtilizationSummariesListResult.value()Get the value property: The list of benefit utilization summaries.