Sha256: 496860f032903b3e7990da538c309e536ac99bb2e0caf5871bb1224390b23aa1
Contents?: true
Size: 1.52 KB
Versions: 2
Compression:
Stored size: 1.52 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Monitor module Models # # An Activity Log alert condition that is met when all its member # conditions are met. # class ActivityLogAlertAllOfCondition include MsRestAzure include MsRest::JSONable # @return [Array<ActivityLogAlertLeafCondition>] The list of activity log # alert conditions. attr_accessor :all_of # # Mapper for ActivityLogAlertAllOfCondition class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ActivityLogAlertAllOfCondition', type: { name: 'Composite', class_name: 'ActivityLogAlertAllOfCondition', model_properties: { all_of: { required: true, serialized_name: 'allOf', type: { name: 'Sequence', element: { required: false, serialized_name: 'ActivityLogAlertLeafConditionElementType', type: { name: 'Composite', class_name: 'ActivityLogAlertLeafCondition' } } } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems