Sha256: fd3470924d118e04df675503dba44f42b6244402a3c999a518d7c1a2c8e71227
Contents?: true
Size: 1.37 KB
Versions: 1
Compression:
Stored size: 1.37 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::Web module Models # # Class repesenting metrics availability and retention # class MetricAvailabilily include MsRestAzure # @return [String] Time grain attr_accessor :time_grain # @return [String] Retention period for the current # {Microsoft.Web.Hosting.Administration.MetricAvailabilily.TimeGrain} attr_accessor :retention # # Mapper for MetricAvailabilily class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'MetricAvailabilily', type: { name: 'Composite', class_name: 'MetricAvailabilily', model_properties: { time_grain: { required: false, serialized_name: 'timeGrain', type: { name: 'String' } }, retention: { required: false, 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.8.0 | lib/generated/azure_mgmt_web/models/metric_availabilily.rb |