Sha256: 39dc89d3c55d09a50b50fc904858a493425cc344af6f0e7e7e83db0a32a44b79
Contents?: true
Size: 1.68 KB
Versions: 1
Compression:
Stored size: 1.68 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::IotHub module Models # # Quota metrics properties. # class IotHubQuotaMetricInfo include MsRestAzure # @return [String] The name of the quota metric. attr_accessor :name # @return [Integer] The current value for the quota metric. attr_accessor :current_value # @return [Integer] The maximum value of the quota metric. attr_accessor :max_value # # Mapper for IotHubQuotaMetricInfo class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'IotHubQuotaMetricInfo', type: { name: 'Composite', class_name: 'IotHubQuotaMetricInfo', model_properties: { name: { required: false, read_only: true, serialized_name: 'Name', type: { name: 'String' } }, current_value: { required: false, read_only: true, serialized_name: 'CurrentValue', type: { name: 'Number' } }, max_value: { required: false, read_only: true, serialized_name: 'MaxValue', type: { name: 'Number' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_iot_hub-0.14.0 | lib/generated/azure_mgmt_iot_hub/models/iot_hub_quota_metric_info.rb |