Class: Azure::Appconfiguration::Mgmt::V2019_02_01_preview::Models::ConfigurationStoreUpdateParameters
- Inherits:
-
Object
- Object
- Azure::Appconfiguration::Mgmt::V2019_02_01_preview::Models::ConfigurationStoreUpdateParameters
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-02-01-preview/generated/azure_mgmt_appconfiguration/models/configuration_store_update_parameters.rb
Overview
The parameters for updating a configuration store.
Instance Attribute Summary collapse
-
#properties ⇒ Object
The properties for updating a configuration store.
-
#tags ⇒ Hash{String => String}
The ARM resource tags.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ConfigurationStoreUpdateParameters class as Ruby Hash.
Instance Attribute Details
#properties ⇒ Object
Returns The properties for updating a configuration store.
16 17 18 |
# File 'lib/2019-02-01-preview/generated/azure_mgmt_appconfiguration/models/configuration_store_update_parameters.rb', line 16 def properties @properties end |
#tags ⇒ Hash{String => String}
Returns The ARM resource tags.
19 20 21 |
# File 'lib/2019-02-01-preview/generated/azure_mgmt_appconfiguration/models/configuration_store_update_parameters.rb', line 19 def @tags end |
Class Method Details
.mapper ⇒ Object
Mapper for ConfigurationStoreUpdateParameters class as Ruby Hash. This will be used for serialization/deserialization.
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
# 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 |