LabCostSummaryProperties Class
- java.
lang. Object - com.
azure. resourcemanager. devtestlabs. models. LabCostSummaryProperties
- com.
public final class LabCostSummaryProperties
The properties of the cost summary.
Constructor Summary
| Constructor | Description |
|---|---|
| LabCostSummaryProperties() |
Creates an instance of Lab |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Double |
estimatedLabCost()
Get the estimated |
| void |
validate()
Validates the instance. |
|
Lab |
withEstimatedLabCost(Double estimatedLabCost)
Set the estimated |
Methods inherited from java.lang.Object
Constructor Details
LabCostSummaryProperties
public LabCostSummaryProperties()
Creates an instance of LabCostSummaryProperties class.
Method Details
estimatedLabCost
public Double estimatedLabCost()
Get the estimatedLabCost property: The cost component of the cost item.
Returns:
validate
public void validate()
Validates the instance.
withEstimatedLabCost
public LabCostSummaryProperties withEstimatedLabCost(Double estimatedLabCost)
Set the estimatedLabCost property: The cost component of the cost item.
Parameters:
Returns: