Sha256: 243d72495988e22fcc3cfa8e4e1fa198db3b15f37a0b68a26e563ef5242bc930
Contents?: true
Size: 1.63 KB
Versions: 1
Compression:
Stored size: 1.63 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 # # SKU properties. # class IotHubSkuDescription include MsRestAzure # @return [String] The type of the resource. attr_accessor :resource_type # @return [IotHubSkuInfo] attr_accessor :sku # @return [IotHubCapacity] attr_accessor :capacity # # Mapper for IotHubSkuDescription class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'IotHubSkuDescription', type: { name: 'Composite', class_name: 'IotHubSkuDescription', model_properties: { resource_type: { required: false, read_only: true, serialized_name: 'resourceType', type: { name: 'String' } }, sku: { required: true, serialized_name: 'sku', type: { name: 'Composite', class_name: 'IotHubSkuInfo' } }, capacity: { required: true, serialized_name: 'capacity', type: { name: 'Composite', class_name: 'IotHubCapacity' } } } } } 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_sku_description.rb |