Compartilhar via


CustomerMonthlyUsageRecord Class

Definition

This class defines the monthly usage record of a customer for all its subscriptions.

public sealed class CustomerMonthlyUsageRecord : Microsoft.Store.PartnerCenter.Models.Usage.UsageRecordBase
type CustomerMonthlyUsageRecord = class
    inherit UsageRecordBase
Public NotInheritable Class CustomerMonthlyUsageRecord
Inherits UsageRecordBase
Inheritance
CustomerMonthlyUsageRecord

Constructors

CustomerMonthlyUsageRecord()

Properties

Attributes

Gets the attributes.

(Inherited from ResourceBase)
Budget

Gets or sets the spending budget allocated for the customer.

CurrencyCode

Gets or sets the currency code.

(Inherited from UsageRecordBase)
CurrencyLocale

Gets or sets the currency locale.

(Inherited from UsageRecordBase)
IsUpgraded

Gets or sets a value indicating whether the customer's azure subscription is upgraded.

LastModifiedDate

Gets or sets the date the usage record was last modified.

(Inherited from UsageRecordBase)
PercentUsed

Gets or sets the percentage used out of the allocated budget.

ResourceId

Gets or sets azure active directory tenant ID of the customer which this monthly usage record applies to.

ResourceName

Gets or sets azure name of the customer which this monthly usage record applies to.

TotalCost

Gets or sets the estimated total cost of usage for the customer.

USDTotalCost

Gets or sets the estimated total cost in USD.

(Inherited from UsageRecordBase)

Applies to