你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ReservationRecommendations interface

表示 ReservationRecommendations 的接口。

方法

list(string, ReservationRecommendationsListOptionalParams)

购买预留实例的建议列表。

方法详细信息

list(string, ReservationRecommendationsListOptionalParams)

购买预留实例的建议列表。

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

参数

scope

string

与预留建议作关联的范围。 这包括订阅范围的“/subscriptions/{subscriptionId}/” 资源组范围的“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}”,用于 BillingAccount 范围的“/providers/Microsoft.Billing/billingAccounts/{billingAccountId}”和“/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}”,用于 billingProfile 范围

返回