Sha256: 1b295ac61770f84bab3d53ed024b6272fb8e07d11534db0033881ce7a222c468

Contents?: true

Size: 1.47 KB

Versions: 1

Compression:

Stored size: 1.47 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::ARM::Resources
  module Models
    #
    # Model object.
    # 
    #
    class DebugSetting

      include MsRestAzure

      # @return [String] Specifies the type of information to log for
      # debugging. The permitted values are none, requestContent,
      # responseContent, or both requestContent and responseContent separated
      # by a comma. The default is none. When setting this value, carefully
      # consider the type of information you are passing in during deployment.
      # By logging information about the request or response, you could
      # potentially expose sensitive data that is retrieved through the
      # deployment operations.
      attr_accessor :detail_level


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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
azure_mgmt_resources-0.8.0 lib/generated/azure_mgmt_resources/models/debug_setting.rb