class Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDiskProperties

Properties of the disk to detach.

Attributes

leased_by_lab_vm_id[RW]

@return [String] The resource ID of the Lab VM to which the disk is attached.

Public Class Methods

mapper() click to toggle source

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

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