Sha256: d42a067fff0a112d9580dbe8b1b8d47f9b28f410f978e16d66b1fe45818d9ed1
Contents?: true
Size: 1.73 KB
Versions: 1
Compression:
Stored size: 1.73 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::Monitor::Mgmt::V2018_03_01 module Models # # An alert action. # class MetricAlertAction include MsRestAzure # @return [String] the id of the action group to use. attr_accessor :action_group_id # @return [Hash{String => String}] attr_accessor :webhook_properties # # Mapper for MetricAlertAction class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'MetricAlertAction', type: { name: 'Composite', class_name: 'MetricAlertAction', model_properties: { action_group_id: { client_side_validation: true, required: false, serialized_name: 'actionGroupId', type: { name: 'String' } }, webhook_properties: { client_side_validation: true, required: false, serialized_name: 'webhookProperties', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_monitor-0.16.1 | lib/2018-03-01/generated/azure_mgmt_monitor/models/metric_alert_action.rb |