Sha256: 3c46cbd1631309e1a19e96bfd2d8718598b4296ba21f584993bd2dcb26096750
Contents?: true
Size: 1.37 KB
Versions: 6
Compression:
Stored size: 1.37 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_06_01_preview module Models # # Model object. # # class EventLogConfiguration include MsRestAzure # @return [String] attr_accessor :log_name # @return [String] attr_accessor :filter # # Mapper for EventLogConfiguration class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EventLogConfiguration', type: { name: 'Composite', class_name: 'EventLogConfiguration', model_properties: { log_name: { client_side_validation: true, required: true, serialized_name: 'logName', type: { name: 'String' } }, filter: { client_side_validation: true, required: false, serialized_name: 'filter', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems