ReservationRecommendations interface

Interface representing a ReservationRecommendations.

Methods

list(string, ReservationRecommendationsListOptionalParams)

List of recommendations for purchasing reserved instances.

Method Details

list(string, ReservationRecommendationsListOptionalParams)

List of recommendations for purchasing reserved instances.

function list(scope: string, options?: ReservationRecommendationsListOptionalParams): PagedAsyncIterableIterator<ReservationRecommendationUnion, ReservationRecommendationUnion[], PageSettings>

Parameters

scope

string

The scope associated with reservation recommendations operations. This includes '/subscriptions/{subscriptionId}/' for subscription scope, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resource group scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for BillingAccount scope, and '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope

options
ReservationRecommendationsListOptionalParams

The options parameters.

Returns