class Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FormulaPropertiesFromVm

Information about a VM from which a formula is to be created.

Attributes

lab_vm_id[RW]

@return [String] The identifier of the VM from which a formula is to be created.

Public Class Methods

mapper() click to toggle source

Mapper for FormulaPropertiesFromVm class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/formula_properties_from_vm.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'FormulaPropertiesFromVm',
    type: {
      name: 'Composite',
      class_name: 'FormulaPropertiesFromVm',
      model_properties: {
        lab_vm_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'labVmId',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end