Sha256: c109225de9fa9619316fa853e201325e23698b6feeaba84cc7de81bb740467de
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 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_04_16 module Models # # Model object. # # class Action include MsRestAzure @@discriminatorMap = Hash.new @@discriminatorMap["Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.Microsoft.AppInsights.Nexus.DataContracts.Resources.ScheduledQueryRules.AlertingAction"] = "AlertingAction" def initialize @odatatype = "Action" end attr_accessor :odatatype # # Mapper for Action class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Action', type: { name: 'Composite', polymorphic_discriminator: 'odata.type', uber_parent: 'Action', class_name: 'Action', model_properties: { } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_monitor-0.16.1 | lib/2018-04-16/generated/azure_mgmt_monitor/models/action.rb |