class Azure::Compute::Mgmt::V2019_03_01::Models::AutomaticOSUpgradeProperties

Describes automatic OS upgrade properties on the image.

Attributes

automatic_osupgrade_supported[RW]

@return [Boolean] Specifies whether automatic OS upgrade is supported on the image.

Public Class Methods

mapper() click to toggle source

Mapper for AutomaticOSUpgradeProperties class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2019-03-01/generated/azure_mgmt_compute/models/automatic_osupgrade_properties.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'AutomaticOSUpgradeProperties',
    type: {
      name: 'Composite',
      class_name: 'AutomaticOSUpgradeProperties',
      model_properties: {
        automatic_osupgrade_supported: {
          client_side_validation: true,
          required: true,
          serialized_name: 'automaticOSUpgradeSupported',
          type: {
            name: 'Boolean'
          }
        }
      }
    }
  }
end