class Azure::DevTestLabs::Mgmt::V2018_09_15::Models::FormulaPropertiesFromVmFragment

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.

Private Class Methods

mapper() click to toggle source

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

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