Sha256: e30ba2c8f74db33ae9fdafbfeafefd67ec02e894537000036ce9815ef5421b98

Contents?: true

Size: 1.83 KB

Versions: 4

Compression:

Stored size: 1.83 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::Appconfiguration::Mgmt::V2019_02_01_preview
  module Models
    #
    # The parameters for updating a configuration store.
    #
    class ConfigurationStoreUpdateParameters

      include MsRestAzure

      # @return The properties for updating a configuration store.
      attr_accessor :properties

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


      #
      # Mapper for ConfigurationStoreUpdateParameters class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      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
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
azure_mgmt_appconfiguration-0.17.4 lib/2019-02-01-preview/generated/azure_mgmt_appconfiguration/models/configuration_store_update_parameters.rb
azure_mgmt_appconfiguration-0.17.3 lib/2019-02-01-preview/generated/azure_mgmt_appconfiguration/models/configuration_store_update_parameters.rb
azure_mgmt_appconfiguration-0.17.2 lib/2019-02-01-preview/generated/azure_mgmt_appconfiguration/models/configuration_store_update_parameters.rb
azure_mgmt_appconfiguration-0.17.0 lib/2019-02-01-preview/generated/azure_mgmt_appconfiguration/models/configuration_store_update_parameters.rb