Sha256: ff966b4b25d6f6dfb4b1cef1de25f78d992486c9b2883dd5aedd4e356855a5cd
Contents?: true
Size: 1.51 KB
Versions: 1
Compression:
Stored size: 1.51 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::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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_monitor-0.13.0 | lib/generated/azure_mgmt_monitor/models/activity_log_alert_all_of_condition.rb |