FormulaPropertiesFromVm Class
- java.
lang. Object - com.
azure. resourcemanager. devtestlabs. models. FormulaPropertiesFromVm
- com.
public final class FormulaPropertiesFromVm
Information about a VM from which a formula is to be created.
Constructor Summary
| Constructor | Description |
|---|---|
| FormulaPropertiesFromVm() |
Creates an instance of Formula |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
labVmId()
Get the lab |
| void |
validate()
Validates the instance. |
|
Formula |
withLabVmId(String labVmId)
Set the lab |
Methods inherited from java.lang.Object
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:
validate
public void validate()
Validates the instance.
withLabVmId
public FormulaPropertiesFromVm withLabVmId(String labVmId)
Set the labVmId property: The identifier of the VM from which a formula is to be created.
Parameters:
Returns: