Sha256: a9463fe26b4deeb2ddac8a95f1813ff7d59465494f091809a50b872ab6bb8edd

Contents?: true

Size: 1.42 KB

Versions: 1

Compression:

Stored size: 1.42 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
    #
    # Metrics availability and retention.
    #
    class ResourceMetricAvailability

      include MsRestAzure

      include MsRest::JSONable
      # @return [String] Time grain .
      attr_accessor :time_grain

      # @return [String] Retention period for the current time grain.
      attr_accessor :retention


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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
azure_mgmt_web-0.13.0 lib/generated/azure_mgmt_web/models/resource_metric_availability.rb