Class: Azure::ARM::Monitor::Models::ActivityLogAlertActionList

Inherits:
Object
  • Object
show all
Includes:
MsRest::JSONable, MsRestAzure
Defined in:
lib/generated/azure_mgmt_monitor/models/activity_log_alert_action_list.rb

Overview

A list of activity log alert actions.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#action_groupsArray<ActivityLogAlertActionGroup>

alerts.

Returns:



18
19
20
# File 'lib/generated/azure_mgmt_monitor/models/activity_log_alert_action_list.rb', line 18

def action_groups
  @action_groups
end

Class Method Details

.mapperObject

Mapper for ActivityLogAlertActionList class as Ruby Hash. This will be used for serialization/deserialization.



25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# File 'lib/generated/azure_mgmt_monitor/models/activity_log_alert_action_list.rb', line 25

def self.mapper()
  {
    required: false,
    serialized_name: 'ActivityLogAlertActionList',
    type: {
      name: 'Composite',
      class_name: 'ActivityLogAlertActionList',
      model_properties: {
        action_groups: {
          required: false,
          serialized_name: 'actionGroups',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'ActivityLogAlertActionGroupElementType',
                type: {
                  name: 'Composite',
                  class_name: 'ActivityLogAlertActionGroup'
                }
            }
          }
        }
      }
    }
  }
end