class Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration
Windows operating system settings to apply to the virtual machine.
Attributes
enable_automatic_updates[RW]
@return [Boolean] Whether automatic updates are enabled on the virtual machine. If omitted, the default value is true.
Public Class Methods
mapper()
click to toggle source
Mapper for WindowsConfiguration
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-09-01/generated/azure_mgmt_batch/models/windows_configuration.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'WindowsConfiguration', type: { name: 'Composite', class_name: 'WindowsConfiguration', model_properties: { enable_automatic_updates: { client_side_validation: true, required: false, serialized_name: 'enableAutomaticUpdates', type: { name: 'Boolean' } } } } } end