CustomerUsageSummary 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 usage summary for a specific customer.
public sealed class CustomerUsageSummary : Microsoft.Store.PartnerCenter.Models.Usage.UsageSummaryBase
type CustomerUsageSummary = class
inherit UsageSummaryBase
Public NotInheritable Class CustomerUsageSummary
Inherits UsageSummaryBase
- Inheritance
-
CustomerUsageSummary
Constructors
CustomerUsageSummary() |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
BillingEndDate |
Gets or sets the end date of the current billing period. (Inherited from UsageSummaryBase) |
BillingStartDate |
Gets or sets the start date of the current billing period. (Inherited from UsageSummaryBase) |
Budget |
Gets or sets the spending budget allocated to the customer. |
CurrencyCode |
Gets or sets the currency code. (Inherited from UsageSummaryBase) |
CurrencyLocale |
Gets or sets the currency locale. (Inherited from UsageSummaryBase) |
LastModifiedDate |
Gets or sets the date the usage summary was last modified. (Inherited from UsageSummaryBase) |
Links |
Gets or sets the resource links. (Inherited from ResourceBaseWithLinks<TLinks>) |
ResourceId |
Gets or sets the azure active directory tenant Id of the customer which this usage summary applies to. |
ResourceName |
Gets or sets the name of the customer which this usage summary applies to. |
TotalCost |
Gets or sets the total estimated cost based on current usage from the start of the billing period. (Inherited from UsageSummaryBase) |
USDTotalCost |
Gets or sets the estimated total cost in USD. (Inherited from UsageSummaryBase) |