次の方法で共有


SingleScopeBenefitRecommendationProperties クラス

定義

スコープが 'Single' の場合の特典に関する推奨事項のプロパティ。

public class SingleScopeBenefitRecommendationProperties : Azure.ResourceManager.CostManagement.Models.BenefitRecommendationProperties
type SingleScopeBenefitRecommendationProperties = class
    inherit BenefitRecommendationProperties
Public Class SingleScopeBenefitRecommendationProperties
Inherits BenefitRecommendationProperties
継承
SingleScopeBenefitRecommendationProperties

コンストラクター

SingleScopeBenefitRecommendationProperties()

SingleScopeBenefitRecommendationProperties の新しいインスタンスを初期化します。

プロパティ

AllRecommendationDetails

推奨事項の詳細を含むすべての特典の推奨事項の一覧。

(継承元 BenefitRecommendationProperties)
ArmSkuName

ARM SKU 名。 SavingsPlan の 'Compute_Savings_Plan' です。

(継承元 BenefitRecommendationProperties)
CommitmentGranularity

提案されたコミットメント額の粒度。 サポートされている値: 'Hourly'

(継承元 BenefitRecommendationProperties)
CostWithoutBenefit

特典のない現在のコストは、ルックバック期間の "totalHours" に対応します。

(継承元 BenefitRecommendationProperties)
CurrencyCode

コストと節約額の ISO 4217 通貨コード識別子。

(継承元 BenefitRecommendationProperties)
FirstConsumptionOn

推奨事項の計算を振り返る際に使用される最初の使用日。

(継承元 BenefitRecommendationProperties)
LastConsumptionOn

推奨事項を計算するために振り返る最後の使用日。

(継承元 BenefitRecommendationProperties)
LookBackPeriod

推奨事項を計算するために評価された使用量の日数。

(継承元 BenefitRecommendationProperties)
RecommendationDetails

提案された推奨事項の詳細。

(継承元 BenefitRecommendationProperties)
ResourceGroup

この単一スコープの推奨事項の対象となるリソース グループ。 推奨事項が 'Single' スコープと 'ResourceGroup' 要求スコープの場合にのみ適用されます。

SubscriptionId

この単一スコープの推奨事項の対象となるサブスクリプション ID。 推奨事項が 'Single' スコープの場合にのみ適用されます。

Term

特典の期間。 たとえば、P1Y や P3Y などです。

(継承元 BenefitRecommendationProperties)
TotalHours

コストがカバーされる合計時間数。 プロパティ 'properties/usage/charges' 内のレコードの数と同じです。

(継承元 BenefitRecommendationProperties)
Usage

特典の推奨事項を計算するために使用された firstConsumptionDate と lastConsumptionDate の間のオンデマンド料金。

(継承元 BenefitRecommendationProperties)

適用対象