Class: Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ResizeLabVirtualMachineProperties
- Inherits:
-
Object
- Object
- Azure::DevTestLabs::Mgmt::V2018_09_15::Models::ResizeLabVirtualMachineProperties
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/resize_lab_virtual_machine_properties.rb
Overview
Request body for resizing a virtual machine.
Instance Attribute Summary collapse
-
#size ⇒ String
Specifies the size of the virtual machine.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ResizeLabVirtualMachineProperties class as Ruby Hash.
Instance Attribute Details
#size ⇒ String
Returns Specifies the size of the virtual machine.
16 17 18 |
# File 'lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/resize_lab_virtual_machine_properties.rb', line 16 def size @size end |
Class Method Details
.mapper ⇒ Object
Mapper for ResizeLabVirtualMachineProperties class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/resize_lab_virtual_machine_properties.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ResizeLabVirtualMachineProperties', type: { name: 'Composite', class_name: 'ResizeLabVirtualMachineProperties', model_properties: { size: { client_side_validation: true, required: false, serialized_name: 'size', type: { name: 'String' } } } } } end |