Sha256: fc19cd48f571665b9e23a96e4c8be180997742c9b904867f22de9fcf6491de9c

Contents?: true

Size: 1.67 KB

Versions: 9

Compression:

Stored size: 1.67 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::V2018_02_01
  module Models
    #
    # Log Definition of a single resource metric.
    #
    class LogSpecification

      include MsRestAzure

      # @return [String]
      attr_accessor :name

      # @return [String]
      attr_accessor :display_name

      # @return [String]
      attr_accessor :blob_duration


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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
azure_mgmt_web-0.18.1 lib/2018-02-01/generated/azure_mgmt_web/models/log_specification.rb
azure_mgmt_web-0.18.0 lib/2018-02-01/generated/azure_mgmt_web/models/log_specification.rb
azure_mgmt_web-0.17.6 lib/2018-02-01/generated/azure_mgmt_web/models/log_specification.rb
azure_mgmt_web-0.17.5 lib/2018-02-01/generated/azure_mgmt_web/models/log_specification.rb
azure_mgmt_web-0.17.4 lib/2018-02-01/generated/azure_mgmt_web/models/log_specification.rb
azure_mgmt_web-0.17.3 lib/2018-02-01/generated/azure_mgmt_web/models/log_specification.rb
azure_mgmt_web-0.17.2 lib/2018-02-01/generated/azure_mgmt_web/models/log_specification.rb
azure_mgmt_web-0.17.1 lib/2018-02-01/generated/azure_mgmt_web/models/log_specification.rb
azure_mgmt_web-0.17.0 lib/2018-02-01/generated/azure_mgmt_web/models/log_specification.rb