Sha256: 30c886407c722a1ed0117950a6e9841bc6e2f1c3c196b82c7df9c98c34878175

Contents?: true

Size: 1.49 KB

Versions: 2

Compression:

Stored size: 1.49 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::V2020_09_01
  module Models
    #
    # Diagnostics for an App Service Environment.
    #
    class HostingEnvironmentDiagnostics

      include MsRestAzure

      # @return [String] Name/identifier of the diagnostics.
      attr_accessor :name

      # @return [String] Diagnostics output.
      attr_accessor :diagnostics_output


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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_web-0.18.1 lib/2020-09-01/generated/azure_mgmt_web/models/hosting_environment_diagnostics.rb
azure_mgmt_web-0.18.0 lib/2020-09-01/generated/azure_mgmt_web/models/hosting_environment_diagnostics.rb