MarketplaceProperties interface
The properties of the marketplace usage detail.
Properties
| account |
Account name. |
| additional |
Additional information. |
| additional |
Additional details of this usage item. By default this is not populated, unless it's specified in $expand. |
| billing |
The id of the billing period resource that the usage belongs to. |
| consumed |
The quantity of usage. |
| consumed |
Consumed service name. |
| cost |
The cost center of this department if it is a department and a costcenter exists |
| currency | The ISO currency in which the meter is charged, for example, USD. |
| department |
Department name. |
| instance |
The uri of the resource instance that the usage is about. |
| instance |
The name of the resource instance that the usage is about. |
| is |
The estimated usage is subject to change. |
| is |
Flag indicating whether this is a recurring charge or not. |
| meter |
The meter id (GUID). |
| offer |
The type of offer. |
| order |
The order number. |
| plan |
The name of plan. |
| pretax |
The amount of cost before tax. |
| publisher |
The name of publisher. |
| resource |
The name of resource group. |
| resource |
The marketplace resource rate. |
| subscription |
Subscription guid. |
| subscription |
Subscription name. |
| unit |
The unit of measure. |
| usage |
The end of the date time range covered by the usage detail. |
| usage |
The start of the date time range covered by the usage detail. |
Property Details
accountName
Account name.
accountName?: string
Property Value
string
additionalInfo
Additional information.
additionalInfo?: string
Property Value
string
additionalProperties
Additional details of this usage item. By default this is not populated, unless it's specified in $expand.
additionalProperties?: string
Property Value
string
billingPeriodId
The id of the billing period resource that the usage belongs to.
billingPeriodId?: string
Property Value
string
consumedQuantity
The quantity of usage.
consumedQuantity?: number
Property Value
number
consumedService
Consumed service name.
consumedService?: string
Property Value
string
costCenter
The cost center of this department if it is a department and a costcenter exists
costCenter?: string
Property Value
string
currency
The ISO currency in which the meter is charged, for example, USD.
currency?: string
Property Value
string
departmentName
Department name.
departmentName?: string
Property Value
string
instanceId
The uri of the resource instance that the usage is about.
instanceId?: string
Property Value
string
instanceName
The name of the resource instance that the usage is about.
instanceName?: string
Property Value
string
isEstimated
The estimated usage is subject to change.
isEstimated?: boolean
Property Value
boolean
isRecurringCharge
Flag indicating whether this is a recurring charge or not.
isRecurringCharge?: boolean
Property Value
boolean
meterId
The meter id (GUID).
meterId?: string
Property Value
string
offerName
The type of offer.
offerName?: string
Property Value
string
orderNumber
The order number.
orderNumber?: string
Property Value
string
planName
The name of plan.
planName?: string
Property Value
string
pretaxCost
The amount of cost before tax.
pretaxCost?: number
Property Value
number
publisherName
The name of publisher.
publisherName?: string
Property Value
string
resourceGroup
The name of resource group.
resourceGroup?: string
Property Value
string
resourceRate
The marketplace resource rate.
resourceRate?: number
Property Value
number
subscriptionGuid
Subscription guid.
subscriptionGuid?: string
Property Value
string
subscriptionName
Subscription name.
subscriptionName?: string
Property Value
string
unitOfMeasure
The unit of measure.
unitOfMeasure?: string
Property Value
string
usageEnd
The end of the date time range covered by the usage detail.
usageEnd?: Date
Property Value
Date
usageStart
The start of the date time range covered by the usage detail.
usageStart?: Date
Property Value
Date