次の方法で共有


SharedScopeBenefitRecommendationProperties クラス

定義

スコープが 'Shared' の場合の特典の推奨事項のプロパティ。

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

コンストラクター

SharedScopeBenefitRecommendationProperties()

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

プロパティ

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)
Term

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

(継承元 BenefitRecommendationProperties)
TotalHours

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

(継承元 BenefitRecommendationProperties)
Usage

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

(継承元 BenefitRecommendationProperties)

適用対象