LabCost Class
A cost item.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.devtestlabs.models._models_py3.ResourceLabCost
Constructor
LabCost(*, location: str | None = None, tags: Dict[str, str] | None = None, target_cost: TargetCostProperties | None = None, currency_code: str | None = None, start_date_time: datetime | None = None, end_date_time: datetime | None = None, created_date: datetime | None = None, **kwargs)
Parameters
Name | Description |
---|---|
location
Required
|
The location of the resource. |
tags
Required
|
A set of tags. The tags of the resource. |
target_cost
Required
|
The target cost properties. |
currency_code
Required
|
The currency code of the cost. |
start_date_time
Required
|
The start time of the cost data. |
end_date_time
Required
|
The end time of the cost data. |
created_date
Required
|
The creation date of the cost. |
Keyword-Only Parameters
Name | Description |
---|---|
location
Required
|
|
tags
Required
|
|
target_cost
Required
|
|
currency_code
Required
|
|
start_date_time
Required
|
|
end_date_time
Required
|
|
created_date
Required
|
|
Variables
Name | Description |
---|---|
id
|
The identifier of the resource. |
name
|
The name of the resource. |
type
|
The type of the resource. |
lab_cost_summary
|
The lab cost summary component of the cost data. |
lab_cost_details
|
The lab cost details component of the cost data. |
resource_costs
|
The resource cost component of the cost data. |
provisioning_state
|
The provisioning status of the resource. |
unique_identifier
|
The unique immutable identifier of a resource (Guid). |
Azure SDK for Python