import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { ReservationRecommendations } from "../operationsInterfaces"; import { ConsumptionManagementClient } from "../consumptionManagementClient"; import { ReservationRecommendationUnion, ReservationRecommendationsListOptionalParams } from "../models"; /** Class containing ReservationRecommendations operations. */ export declare class ReservationRecommendationsImpl implements ReservationRecommendations { private readonly client; /** * Initialize a new instance of the class ReservationRecommendations class. * @param client Reference to the service client */ constructor(client: ConsumptionManagementClient); /** * List of recommendations for purchasing reserved instances. * @param scope 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 * @param options The options parameters. */ list(scope: string, options?: ReservationRecommendationsListOptionalParams): PagedAsyncIterableIterator; private listPagingPage; private listPagingAll; /** * List of recommendations for purchasing reserved instances. * @param scope 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 * @param options The options parameters. */ private _list; /** * ListNext * @param scope 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 * @param nextLink The nextLink from the previous successful call to the List method. * @param options The options parameters. */ private _listNext; } //# sourceMappingURL=reservationRecommendations.d.ts.map