Sha256: 221f8e1106b14a408ceaf628a738bb57a9bbd64697fe9bc289459c86ca4bea46
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 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::ARM::Web 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() { required: false, serialized_name: 'AutoHealCustomAction', type: { name: 'Composite', class_name: 'AutoHealCustomAction', model_properties: { exe: { required: false, serialized_name: 'exe', type: { name: 'String' } }, parameters: { required: false, serialized_name: 'parameters', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.14.0 | lib/generated/azure_mgmt_web/models/auto_heal_custom_action.rb |