Sha256: 9f7b244a321725aa65ba3ad7669abf9d94216b7d20bda887e6531272e574d071

Contents?: true

Size: 1.45 KB

Versions: 10

Compression:

Stored size: 1.45 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::Web::Mgmt::V2015_08_01
  module Models
    #
    # Custom action to be executed
    # when an auto heal rule is triggered.
    #
    class AutoHealCustomAction

      include MsRestAzure

      # @return [String] Executable to be run.
      attr_accessor :exe

      # @return [String] Parameters for the executable.
      attr_accessor :parameters


      #
      # Mapper for AutoHealCustomAction class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'AutoHealCustomAction',
          type: {
            name: 'Composite',
            class_name: 'AutoHealCustomAction',
            model_properties: {
              exe: {
                client_side_validation: true,
                required: false,
                serialized_name: 'exe',
                type: {
                  name: 'String'
                }
              },
              parameters: {
                client_side_validation: true,
                required: false,
                serialized_name: 'parameters',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
azure_mgmt_web-0.18.1 lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb
azure_mgmt_web-0.18.0 lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb
azure_mgmt_web-0.17.6 lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb
azure_mgmt_web-0.17.5 lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb
azure_mgmt_web-0.17.4 lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb
azure_mgmt_web-0.17.3 lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb
azure_mgmt_web-0.17.2 lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb
azure_mgmt_web-0.17.1 lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb
azure_mgmt_web-0.17.0 lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb
azure_mgmt_web-0.16.0 lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb