你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CostManagementViewData 类

定义

表示 CostManagementView 数据模型的类。 成本分析的状态和配置。

public class CostManagementViewData : Azure.ResourceManager.Models.ResourceData
type CostManagementViewData = class
    inherit ResourceData
Public Class CostManagementViewData
Inherits ResourceData
继承
CostManagementViewData

构造函数

CostManagementViewData()

初始化 CostManagementViewData 的新实例。

属性

Accumulated

显示一段时间内累计的成本。

Chart

成本分析中main视图的图表类型。 必需。

CreatedOn

用户创建此视图的日期。

Currency

当前视图的货币。

DataSet

具有此报表配置中数据的定义。

DateRange

当前视图的日期范围。

DisplayName

视图的用户输入名称。 必需。

ETag

资源的 eTag。 为了处理并发更新方案,此字段将用于确定用户是否正在更新最新版本。

Id

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(继承自 ResourceData)
IncludeMonetaryCommitment

如果为 true,则报表包括货币承诺。

Kpis

要显示在成本分析 UI 中的 KPI 列表。

Metric

显示成本时要使用的指标。

ModifiedOn

用户上次修改此视图的日期。

Name

资源的名称。

(继承自 ResourceData)
Pivots

在成本分析 UI 中配置 3 个子视图。

ResourceType

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。

(继承自 ResourceData)
Scope

要保存视图的成本管理范围。 这包括订阅范围的“subscriptions/{subscriptionId}” “subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}”表示 resourceGroup 范围,“providers/Microsoft.Billing/billingAccounts/{billingAccountId}”表示计费帐户范围,“providers/Microsoft.Billing/billingAccounts/{billingAccounts/{billingAccounts/{billingAccounts/{departmentId}”表示部门范围,“providers/Microsoft.Billing/billingAccountId}/enrollmentAccounts/{enrollmentAccountId}“表示 EnrollmentAccount 范围,”providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}“表示 BillingProfile 范围, ”providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}“表示 InvoiceSection 范围,”providers/Microsoft.Management/managementGroups/{managementGroupId}“表示管理组范围,”/providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}“表示 ExternalBillingAccount 范围,”/providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}“表示 ExternalSubscription 范围。

SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

(继承自 ResourceData)
Timeframe

为报表拉取数据的时间范围。 如果是自定义的,则必须提供特定的时间段。

TimePeriod

具有为报表拉取数据的时间段。

TypePropertiesQueryType

报表的类型。 使用情况表示实际使用情况,预测表示预测数据,UsageAndForecast 表示使用情况和预测数据。 可以根据日期区分实际使用情况和预测数据。

适用于