class Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertAllOfCondition
An Activity Log alert condition that is met when all its member conditions are met.
Attributes
all_of[RW]
@return [Array<ActivityLogAlertLeafCondition>] The list of activity log alert conditions.
Public Class Methods
mapper()
click to toggle source
Mapper for ActivityLogAlertAllOfCondition
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-04-01/generated/azure_mgmt_monitor/models/activity_log_alert_all_of_condition.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ActivityLogAlertAllOfCondition', type: { name: 'Composite', class_name: 'ActivityLogAlertAllOfCondition', 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: 'ActivityLogAlertLeafConditionElementType', type: { name: 'Composite', class_name: 'ActivityLogAlertLeafCondition' } } } } } } } end