MeterUsageRecord 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.
Defines the estimated monetary cost of a subscription's meter level usage in the current billing cycle.
public class MeterUsageRecord : Microsoft.Store.PartnerCenter.Models.Usage.UsageRecordBase
type MeterUsageRecord = class
inherit UsageRecordBase
Public Class MeterUsageRecord
Inherits UsageRecordBase
- Inheritance
Constructors
MeterUsageRecord() |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
Category |
Gets or sets the Azure resource category. |
CurrencyCode |
Gets or sets the currency code. (Inherited from UsageRecordBase) |
CurrencyLocale |
Gets or sets the currency locale. (Inherited from UsageRecordBase) |
LastModifiedDate |
Gets or sets the date the usage record was last modified. (Inherited from UsageRecordBase) |
MeterId |
Gets or sets the meter Id. |
MeterName |
Gets or sets the meter name. |
QuantityUsed |
Gets or sets the quantity of the Azure resource used. |
ResourceId |
Gets or sets the resource unique identifier. (Inherited from UsageRecordBase) |
ResourceName |
Gets or sets the name of the resource. (Inherited from UsageRecordBase) |
Subcategory |
Gets or sets the Azure resource sub-category. |
SubscriptionId |
Gets or sets the subscription Id. |
TotalCost |
Gets or sets the estimated total cost of usage. (Inherited from UsageRecordBase) |
Unit |
Gets or sets the unit of measure for the Azure resource. |
USDTotalCost |
Gets or sets the estimated total cost in USD. (Inherited from UsageRecordBase) |