class Azure::Compute::Mgmt::V2020_12_01::Models::DisallowedConfiguration
Specifies the disallowed configuration for a virtual machine image.
Attributes
vm_disk_type[RW]
@return [VmDiskTypes] VM disk types which are disallowed. Possible values include: 'None', 'Unmanaged'
Private Class Methods
mapper()
click to toggle source
Mapper for DisallowedConfiguration
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-12-01/generated/azure_mgmt_compute/models/disallowed_configuration.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DisallowedConfiguration', type: { name: 'Composite', class_name: 'DisallowedConfiguration', model_properties: { vm_disk_type: { client_side_validation: true, required: false, serialized_name: 'vmDiskType', type: { name: 'String' } } } } } end