Class: Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunUpdateParameters

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2018-09-01/generated/azure_mgmt_container_registry/models/run_update_parameters.rb

Overview

The set of run properties that can be updated.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#is_archive_enabledBoolean

or not.

Returns:

  • (Boolean)

    The value that indicates whether archiving is enabled



17
18
19
# File 'lib/2018-09-01/generated/azure_mgmt_container_registry/models/run_update_parameters.rb', line 17

def is_archive_enabled
  @is_archive_enabled
end

Class Method Details

.mapperObject

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



24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# File 'lib/2018-09-01/generated/azure_mgmt_container_registry/models/run_update_parameters.rb', line 24

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'RunUpdateParameters',
    type: {
      name: 'Composite',
      class_name: 'RunUpdateParameters',
      model_properties: {
        is_archive_enabled: {
          client_side_validation: true,
          required: false,
          serialized_name: 'isArchiveEnabled',
          type: {
            name: 'Boolean'
          }
        }
      }
    }
  }
end