Marketplace Class
A marketplace resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.consumption.models._models_py3.ResourceMarketplace
Constructor
Marketplace(**kwargs)
Variables
Name | Description |
---|---|
id
|
The full qualified ARM ID of an event. |
name
|
The ID that uniquely identifies an event. |
type
|
Resource type. |
etag
|
The etag for the resource. |
tags
|
A set of tags. Resource tags. |
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. |
Azure SDK for Python