Class LabCostSummaryProperties

java.lang.Object
com.azure.resourcemanager.devtestlabs.models.LabCostSummaryProperties

public final class LabCostSummaryProperties extends Object
The properties of the cost summary.
  • 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:
      the estimatedLabCost value.
    • withEstimatedLabCost

      public LabCostSummaryProperties withEstimatedLabCost(Double estimatedLabCost)
      Set the estimatedLabCost property: The cost component of the cost item.
      Parameters:
      estimatedLabCost - the estimatedLabCost value to set.
      Returns:
      the LabCostSummaryProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.