LabCost Class

A cost item.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

LabCost(*, location: str | None = None, tags: dict[str, str] | None = None, target_cost: _models.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: Any)

Keyword-Only Parameters

Name Description
location
str

The location of the resource.

Default value: None
tags

The tags of the resource.

Default value: None
target_cost

The target cost properties.

Default value: None
currency_code
str

The currency code of the cost.

Default value: None
start_date_time

The start time of the cost data.

Default value: None
end_date_time

The end time of the cost data.

Default value: None
created_date

The creation date of the cost.

Default value: None

Variables

Name Description
id
str

The identifier of the resource.

name
str

The name of the resource.

type
str

The type of the resource.

location
str

The location of the resource.

tags

The tags of the resource.

target_cost

The target cost properties.

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.

currency_code
str

The currency code of the cost.

start_date_time

The start time of the cost data.

end_date_time

The end time of the cost data.

created_date

The creation date of the cost.

provisioning_state
str

The provisioning status of the resource.

unique_identifier
str

The unique immutable identifier of a resource (Guid).