Io THub Stream Input Data Source Response
data class IoTHubStreamInputDataSourceResponse(val consumerGroupName: String? = null, val endpoint: String? = null, val iotHubNamespace: String? = null, val sharedAccessPolicyKey: String? = null, val sharedAccessPolicyName: String? = null, val type: String)
Describes an IoT Hub input data source that contains stream data.
Constructors
Properties
Link copied to clipboard
The name of an IoT Hub Consumer Group that should be used to read events from the IoT Hub. If not specified, the input uses the Iot Hub’s default consumer group.
Link copied to clipboard
The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests.
Link copied to clipboard
The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
Link copied to clipboard
The shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests.