次の方法で共有


CostManagementExtensions.GetBenefitRecommendations メソッド

定義

節約プランの購入に関する推奨事項の一覧。

  • 要求パス/{billingScope}/providers/Microsoft.CostManagement/benefitRecommendations
  • 操作IdBenefitRecommendations_List
public static Azure.Pageable<Azure.ResourceManager.CostManagement.Models.BenefitRecommendationModel> GetBenefitRecommendations (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string filter = default, string orderby = default, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetBenefitRecommendations : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CostManagement.Models.BenefitRecommendationModel>
<Extension()>
Public Function GetBenefitRecommendations (client As ArmClient, scope As ResourceIdentifier, Optional filter As String = Nothing, Optional orderby As String = Nothing, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BenefitRecommendationModel)

パラメーター

client
ArmClient

ArmClientメソッドが実行されるインスタンス。

scope
ResourceIdentifier

リソースが適用されるスコープ。

filter
String

benefitRecommendations をフィルター処理するために使用できます。許可された値 ['Single'、'Shared']、既定値 'Shared' を持つプロパティ/スコープ。および properties/lookBackPeriod で、値 ['Last7Days'、'Last30Days'、'Last60Days']、既定値 'Last60Days' が指定されています。properties/term with allowed values ['P1Y', 'P3Y'] and default value 'P3Y';properties/subscriptionId;properties/resourceGroup。

orderby
String

properties/armSkuName で推奨事項を並べ替えるために使用できます。 節約プランの場合、結果は既定で順に並べられます。 この句を使用する必要はありません。

expand
String

プロパティを展開するために使用できます。properties/usage、properties/allRecommendationDetails。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象