FormulaPropertiesFromVm Class

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

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 FormulaPropertiesFromVm class.

Method Summary

Modifier and Type Method and Description
String labVmId()

Get the labVmId property: The identifier of the VM from which a formula is to be created.

void validate()

Validates the instance.

FormulaPropertiesFromVm withLabVmId(String labVmId)

Set the labVmId property: The identifier of the VM from which a formula is to be created.

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:

the labVmId value.

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:

labVmId - the labVmId value to set.

Returns:

the FormulaPropertiesFromVm object itself.

Applies to