DailyUsageLineItem Class

Definition

Defines the properties of a line item for usage based subscriptions.

public sealed class DailyUsageLineItem : Microsoft.Store.PartnerCenter.Models.Invoices.BaseUsageBasedLineItem
type DailyUsageLineItem = class
    inherit BaseUsageBasedLineItem
Public NotInheritable Class DailyUsageLineItem
Inherits BaseUsageBasedLineItem
Inheritance

Constructors

DailyUsageLineItem()

Properties

Attributes

Gets the attributes.

(Inherited from ResourceBase)
BillingCycleType

Gets or sets the Billing cycle type.

(Inherited from BaseUsageBasedLineItem)
BillingProvider

Returns the billing provider.

(Inherited from BaseUsageBasedLineItem)
ChargeEndDate

Gets or sets the date charge ends.

(Inherited from BaseUsageBasedLineItem)
ChargeStartDate

Gets or sets the date charge begins.

(Inherited from BaseUsageBasedLineItem)
ConsumedQuantity

Gets or sets the total units consumed.

(Inherited from BaseUsageBasedLineItem)
CustomerBillableAccount

Gets or sets the customer billable account.

CustomerCompanyName

Gets or sets the customer company name.

(Inherited from BaseUsageBasedLineItem)
CustomerId

Gets or sets the customer id.

(Inherited from BaseUsageBasedLineItem)
DomainName

Gets or sets the Domain name.

(Inherited from BaseUsageBasedLineItem)
InvoiceLineItemType

Returns the type of invoice line item.

InvoiceNumber

Gets or sets the invoice number.

(Inherited from BaseUsageBasedLineItem)
MeteredRegion

Gets or sets the metered region. Example: West US.

MeteredService

Gets or sets the metered service name. Example: Storage.

MeteredServiceType

Gets or sets the metered service type. Example: External.

MpnId

Gets or sets the partner's Microsoft Partner Network Id. For direct resellers, this is the MPN Id of the reseller. For indirect resellers, this is the MPN Id of the VAR (Value Added Reseller).

(Inherited from BaseUsageBasedLineItem)
OrderId

Gets or sets the order Id.

(Inherited from BaseUsageBasedLineItem)
PartnerBillableAccountId

Gets or sets the partner billable account Id.

(Inherited from BaseUsageBasedLineItem)
PartnerId

Gets or sets the partner's azure active directory tenant Id.

(Inherited from BaseUsageBasedLineItem)
PartnerName

Gets or sets the partner's Name.

(Inherited from BaseUsageBasedLineItem)
Project

Gets or sets the project or instance name.

Region

Gets or sets the region associated with the resource instance.

(Inherited from BaseUsageBasedLineItem)
ResourceGuid

Gets or sets the resource identifier.

(Inherited from BaseUsageBasedLineItem)
ResourceName

Gets or sets the resource name. Example: Database (GB/month)

(Inherited from BaseUsageBasedLineItem)
ServiceInfo

Gets or sets the additional service information.

ServiceName

Gets or sets the service name. Example: Azure Data Service.

(Inherited from BaseUsageBasedLineItem)
ServiceType

Gets or sets the service type. Example: Azure SQL Azure DB.

(Inherited from BaseUsageBasedLineItem)
SubscriptionDescription

Gets or sets the description of the subscription.

(Inherited from BaseUsageBasedLineItem)
SubscriptionId

Gets or sets the subscription Id.

(Inherited from BaseUsageBasedLineItem)
SubscriptionName

Gets or sets the subscription name.

(Inherited from BaseUsageBasedLineItem)
Tier2MpnId

Gets or sets the Tier 2 Partner's Microsoft Partner Network Id.

(Inherited from BaseUsageBasedLineItem)
Unit

Gets or sets the unit of measure for azure usage.

(Inherited from BaseUsageBasedLineItem)
UsageDate

Gets or sets the usage date of the resource.

Applies to