Sha256: 9b957801d162881090e302af54f9f7d1497ad7254c023cfa0b79e7bfdf976667
Contents?: true
Size: 1.28 KB
Versions: 6
Compression:
Stored size: 1.28 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Batch::Mgmt::V2017_09_01 module Models # # Windows operating system settings to apply to the virtual machine. # # class WindowsConfiguration include MsRestAzure # @return [Boolean] Whether automatic updates are enabled on the virtual # machine. If omitted, the default value is true. attr_accessor :enable_automatic_updates # # Mapper for WindowsConfiguration class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
6 entries across 6 versions & 1 rubygems