IIoTHubStreamInputDataSource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IoTHubStreamInputDataSourceTypeConverter))]
public interface IIoTHubStreamInputDataSource : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IStreamInputDataSource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IoTHubStreamInputDataSourceTypeConverter))>]
type IIoTHubStreamInputDataSource = interface
interface IJsonSerializable
interface IStreamInputDataSource
Public Interface IIoTHubStreamInputDataSource
Implements IStreamInputDataSource
- Derived
- Attributes
- Implements
Properties
ConsumerGroupName |
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. |
Endpoint |
The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.). |
IotHubNamespace |
The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests. |
SharedAccessPolicyKey |
The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. |
SharedAccessPolicyName |
The shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests. |
Type |
Indicates the type of input data source containing stream data. Required on PUT (CreateOrReplace) requests. (Inherited from IStreamInputDataSource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |