class Azure::Synapse::Mgmt::V2019_06_01_preview::Models::BigDataPoolPatchInfo

Properties patch for a Big Data pool

Attributes

tags[RW]

@return [Hash{String => String}] Updated tags for the Big Data pool

Private Class Methods

mapper() click to toggle source

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

# File lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/big_data_pool_patch_info.rb, line 25
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'BigDataPoolPatchInfo',
    type: {
      name: 'Composite',
      class_name: 'BigDataPoolPatchInfo',
      model_properties: {
        tags: {
          client_side_validation: true,
          required: false,
          serialized_name: 'tags',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        }
      }
    }
  }
end