IotHubPropertiesDeviceStreamsArgs

data class IotHubPropertiesDeviceStreamsArgs(val streamingEndpoints: Output<List<String>>? = null) : ConvertibleToJava<IotHubPropertiesDeviceStreamsArgs>

The device streams properties of iothub.

Constructors

Link copied to clipboard
constructor(streamingEndpoints: Output<List<String>>? = null)

Properties

Link copied to clipboard
val streamingEndpoints: Output<List<String>>? = null

List of Device Streams Endpoints.

Functions

Link copied to clipboard
open override fun toJava(): IotHubPropertiesDeviceStreamsArgs