Sha256: 47a96717f6036db9d9b58e95029953b9bdd3a19c7674d84641482a9ca9c4e644
Contents?: true
Size: 1.5 KB
Versions: 1
Compression:
Stored size: 1.5 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_07_01_preview module Models # # The device streams properties of iothub. # class IotHubPropertiesDeviceStreams include MsRestAzure # @return [Array<String>] List of Device Streams Endpoints. attr_accessor :streaming_endpoints # # Mapper for IotHubPropertiesDeviceStreams class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IotHubProperties_deviceStreams', type: { name: 'Composite', class_name: 'IotHubPropertiesDeviceStreams', model_properties: { streaming_endpoints: { client_side_validation: true, required: false, serialized_name: 'streamingEndpoints', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_iot_hub-0.17.5 | lib/2019-07-01-preview/generated/azure_mgmt_iot_hub/models/iot_hub_properties_device_streams.rb |