LabResourceCostProperties Class
The properties of a resource cost item.
Constructor
LabResourceCostProperties(*, resourcename: str | None = None, resource_u_id: str | None = None, resource_cost: float | None = None, resource_type: str | None = None, resource_owner: str | None = None, resource_pricing_tier: str | None = None, resource_status: str | None = None, resource_id: str | None = None, external_resource_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
resourcename
|
The name of the resource. Default value: None
|
|
resource_u_id
|
The unique identifier of the resource. Default value: None
|
|
resource_cost
|
The cost component of the resource cost item. Default value: None
|
|
resource_type
|
The logical resource type (ex. virtualmachine, storageaccount). Default value: None
|
|
resource_owner
|
The owner of the resource (ex. <xref:mailto:janedoe@microsoft.com>). Default value: None
|
|
resource_pricing_tier
|
The category of the resource (ex. Premium_LRS, Standard_DS1). Default value: None
|
|
resource_status
|
The status of the resource (ex. Active). Default value: None
|
|
resource_id
|
The ID of the resource. Default value: None
|
|
external_resource_id
|
The ID of the external resource. Default value: None
|
Variables
| Name | Description |
|---|---|
|
resourcename
|
The name of the resource. |
|
resource_u_id
|
The unique identifier of the resource. |
|
resource_cost
|
The cost component of the resource cost item. |
|
resource_type
|
The logical resource type (ex. virtualmachine, storageaccount). |
|
resource_owner
|
The owner of the resource (ex. <xref:mailto:janedoe@microsoft.com>). |
|
resource_pricing_tier
|
The category of the resource (ex. Premium_LRS, Standard_DS1). |
|
resource_status
|
The status of the resource (ex. Active). |
|
resource_id
|
The ID of the resource. |
|
external_resource_id
|
The ID of the external resource. |