CostManagementExtensions.GetBenefitRecommendationsAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
節約プランの購入に関する推奨事項の一覧。
- 要求パス/{billingScope}/providers/Microsoft.CostManagement/benefitRecommendations
- 操作IdBenefitRecommendations_List
public static Azure.AsyncPageable<Azure.ResourceManager.CostManagement.Models.BenefitRecommendationModel> GetBenefitRecommendationsAsync (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 GetBenefitRecommendationsAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CostManagement.Models.BenefitRecommendationModel>
<Extension()>
Public Function GetBenefitRecommendationsAsync (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 AsyncPageable(Of BenefitRecommendationModel)
パラメーター
- 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
使用する取り消しトークン。