CustomerMonthlyUsageRecord Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |