Sha256: f9e916dac6808760b67de36929d1d97ea7dee19381f48859ecfa01707aefdb0a
Contents?: true
Size: 1.87 KB
Versions: 3
Compression:
Stored size: 1.87 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::IotHub::Mgmt::V2019_03_22_preview module Models # # SKU properties. # class IotHubSkuDescription include MsRestAzure # @return [String] The type of the resource. attr_accessor :resource_type # @return [IotHubSkuInfo] The type of the resource. attr_accessor :sku # @return [IotHubCapacity] IotHub capacity attr_accessor :capacity # # Mapper for IotHubSkuDescription class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IotHubSkuDescription', type: { name: 'Composite', class_name: 'IotHubSkuDescription', model_properties: { resource_type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'resourceType', type: { name: 'String' } }, sku: { client_side_validation: true, required: true, serialized_name: 'sku', type: { name: 'Composite', class_name: 'IotHubSkuInfo' } }, capacity: { client_side_validation: true, required: true, serialized_name: 'capacity', type: { name: 'Composite', class_name: 'IotHubCapacity' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems