Sha256: aea892dacdd469ab4dfe96b1c17bd84e826ddab78a16b2be62804955d499163c
Contents?: true
Size: 1.89 KB
Versions: 1
Compression:
Stored size: 1.89 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_appconfiguration-0.17.1 | lib/2019-02-01-preview/generated/azure_mgmt_appconfiguration/models/configuration_store_update_parameters.rb |