Class: Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FormulaPropertiesFromVm

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/formula_properties_from_vm.rb

Overview

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#lab_vm_idString

created.

Returns:

  • (String)

    The identifier of the VM from which a formula is to be



17
18
19
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/formula_properties_from_vm.rb', line 17

def lab_vm_id
  @lab_vm_id
end

Class Method Details

.mapperObject

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



24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 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