class Azure::Monitor::Mgmt::V2020_10_01::Models::AlertRuleAllOfCondition
An Activity Log Alert rule condition that is met when all its member conditions are met.
Attributes
all_of[RW]
@return [Array<AlertRuleAnyOfOrLeafCondition>] The list of Activity Log Alert rule conditions.
Private Class Methods
mapper()
click to toggle source
Mapper for AlertRuleAllOfCondition
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-10-01/generated/azure_mgmt_monitor/models/alert_rule_all_of_condition.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AlertRuleAllOfCondition', type: { name: 'Composite', class_name: 'AlertRuleAllOfCondition', model_properties: { all_of: { client_side_validation: true, required: true, serialized_name: 'allOf', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'AlertRuleAnyOfOrLeafConditionElementType', type: { name: 'Composite', class_name: 'AlertRuleAnyOfOrLeafCondition' } } } } } } } end