class Azure::IotHub::Mgmt::V2019_03_22_preview::Models::IotHubPropertiesDeviceStreams
The device streams properties of iothub.
Attributes
streaming_endpoints[RW]
@return [Array<String>] List of Device Streams Endpoints.
Private Class Methods
mapper()
click to toggle source
Mapper for IotHubPropertiesDeviceStreams
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-03-22-preview/generated/azure_mgmt_iot_hub/models/iot_hub_properties_device_streams.rb, line 23 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