class Azure::Appconfiguration::Mgmt::V2019_02_01_preview::Models::ConfigurationStoreUpdateParameters

The parameters for updating a configuration store.

Attributes

properties[RW]

@return The properties for updating a configuration store.

tags[RW]

@return [Hash{String => String}] The ARM resource tags.

Public Class Methods

mapper() click to toggle source

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

# File lib/2019-02-01-preview/generated/azure_mgmt_appconfiguration/models/configuration_store_update_parameters.rb, line 26
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ConfigurationStoreUpdateParameters',
    type: {
      name: 'Composite',
      class_name: 'ConfigurationStoreUpdateParameters',
      model_properties: {
        properties: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties',
          type: {
            name: 'Object'
          }
        },
        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