BenefitRecommendations interface
Interface representing a BenefitRecommendations.
Methods
list(string, Benefit |
List of recommendations for purchasing savings plan. |
Method Details
list(string, BenefitRecommendationsListOptionalParams)
List of recommendations for purchasing savings plan.
function list(billingScope: string, options?: BenefitRecommendationsListOptionalParams): PagedAsyncIterableIterator<BenefitRecommendationModel, BenefitRecommendationModel[], PageSettings>
Parameters
- billingScope
-
string
The scope associated with benefit recommendation operations. This includes '/subscriptions/{subscriptionId}/' for subscription scope, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resource group scope, /providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for enterprise agreement scope, and '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billing profile scope
The options parameters.
Returns
Azure SDK for JavaScript