MarketplaceProperties Class
The properties of the marketplace usage detail.
Constructor
MarketplaceProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
billing_period_id
|
The id of the billing period resource that the usage belongs to. |
|
usage_start
|
The start of the date time range covered by the usage detail. |
|
usage_end
|
The end of the date time range covered by the usage detail. |
|
resource_rate
|
The marketplace resource rate. |
|
offer_name
|
The type of offer. |
|
resource_group
|
The name of resource group. |
|
additional_info
|
Additional information. |
|
order_number
|
The order number. |
|
instance_name
|
The name of the resource instance that the usage is about. |
|
instance_id
|
The uri of the resource instance that the usage is about. |
|
currency
|
The ISO currency in which the meter is charged, for example, USD. |
|
consumed_quantity
|
The quantity of usage. |
|
unit_of_measure
|
The unit of measure. |
|
pretax_cost
|
The amount of cost before tax. |
|
is_estimated
|
The estimated usage is subject to change. |
|
meter_id
|
The meter id (GUID). |
|
subscription_guid
|
Subscription guid. |
|
subscription_name
|
Subscription name. |
|
account_name
|
Account name. |
|
department_name
|
Department name. |
|
consumed_service
|
Consumed service name. |
|
cost_center
|
The cost center of this department if it is a department and a costcenter exists. |
|
additional_properties
|
Additional details of this usage item. By default this is not populated, unless it's specified in $expand. |
|
publisher_name
|
The name of publisher. |
|
plan_name
|
The name of plan. |
|
is_recurring_charge
|
Flag indicating whether this is a recurring charge or not. |
Attributes
account_name
Account name.
account_name: str | None
additional_info
Additional information.
additional_info: str | None
additional_properties
Additional details of this usage item. By default this is not populated, unless it's specified in $expand.
additional_properties: str | None
billing_period_id
The id of the billing period resource that the usage belongs to.
billing_period_id: str | None
consumed_quantity
The quantity of usage.
consumed_quantity: Decimal | None
consumed_service
Consumed service name.
consumed_service: str | None
cost_center
The cost center of this department if it is a department and a costcenter exists.
cost_center: str | None
currency
The ISO currency in which the meter is charged, for example, USD.
currency: str | None
department_name
Department name.
department_name: str | None
instance_id
The uri of the resource instance that the usage is about.
instance_id: str | None
instance_name
The name of the resource instance that the usage is about.
instance_name: str | None
is_estimated
The estimated usage is subject to change.
is_estimated: bool | None
is_recurring_charge
Flag indicating whether this is a recurring charge or not.
is_recurring_charge: bool | None
meter_id
The meter id (GUID).
meter_id: str | None
offer_name
The type of offer.
offer_name: str | None
order_number
The order number.
order_number: str | None
plan_name
The name of plan.
plan_name: str | None
pretax_cost
The amount of cost before tax.
pretax_cost: Decimal | None
publisher_name
The name of publisher.
publisher_name: str | None
resource_group
The name of resource group.
resource_group: str | None
resource_rate
The marketplace resource rate.
resource_rate: Decimal | None
subscription_guid
Subscription guid.
subscription_guid: str | None
subscription_name
Subscription name.
subscription_name: str | None
unit_of_measure
The unit of measure.
unit_of_measure: str | None
usage_end
The end of the date time range covered by the usage detail.
usage_end: datetime | None
usage_start
The start of the date time range covered by the usage detail.
usage_start: datetime | None