你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SharedScopeBenefitRecommendationProperties 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
范围为“共享”时权益建议的属性。
public class SharedScopeBenefitRecommendationProperties : Azure.ResourceManager.CostManagement.Models.BenefitRecommendationProperties
type SharedScopeBenefitRecommendationProperties = class
inherit BenefitRecommendationProperties
Public Class SharedScopeBenefitRecommendationProperties
Inherits BenefitRecommendationProperties
- 继承
构造函数
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) |