class Azure::DevTestLabs::Mgmt::V2018_09_15::Models::LabVhd
Properties of a VHD in the lab.
Attributes
id[RW]
@return [String] The URI to the VHD.
Private Class Methods
mapper()
click to toggle source
Mapper for LabVhd
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_vhd.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'LabVhd', type: { name: 'Composite', class_name: 'LabVhd', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } } } } } end