Sha256: bad72e83a987fe2191f828eb35cc082f3fa80172adf2cbf04eabed27a6e415d4
Contents?: true
Size: 1.88 KB
Versions: 10
Compression:
Stored size: 1.88 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::Monitor::Mgmt::V2018_04_16 module Models # # The log search rule resource for patch operations. # class LogSearchRuleResourcePatch include MsRestAzure # @return [Hash{String => String}] Resource tags attr_accessor :tags # @return [Enabled] The flag which indicates whether the Log Search rule # is enabled. Value should be true or false. Possible values include: # 'true', 'false' attr_accessor :enabled # # Mapper for LogSearchRuleResourcePatch class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'LogSearchRuleResourcePatch', type: { name: 'Composite', class_name: 'LogSearchRuleResourcePatch', 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' } } } }, enabled: { client_side_validation: true, required: false, serialized_name: 'properties.enabled', type: { name: 'String' } } } } } end end end end
Version data entries
10 entries across 10 versions & 1 rubygems