Class FormulaPropertiesFromVm

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

public final class FormulaPropertiesFromVm extends Object
Information about a VM from which a formula is to be created.
  • Constructor Details

    • FormulaPropertiesFromVm

      public FormulaPropertiesFromVm()
      Creates an instance of FormulaPropertiesFromVm class.
  • Method Details

    • labVmId

      public String labVmId()
      Get the labVmId property: The identifier of the VM from which a formula is to be created.
      Returns:
      the labVmId value.
    • withLabVmId

      public FormulaPropertiesFromVm withLabVmId(String labVmId)
      Set the labVmId property: The identifier of the VM from which a formula is to be created.
      Parameters:
      labVmId - the labVmId value to set.
      Returns:
      the FormulaPropertiesFromVm object itself.
    • validate

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