IoTHubStreamInputDataSource Constructors
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.
Overloads
IoTHubStreamInputDataSource() |
Initializes a new instance of the IoTHubStreamInputDataSource class. |
IoTHubStreamInputDataSource(String, String, String, String, String) |
Initializes a new instance of the IoTHubStreamInputDataSource class. |
IoTHubStreamInputDataSource()
Initializes a new instance of the IoTHubStreamInputDataSource class.
public IoTHubStreamInputDataSource ();
Public Sub New ()
Applies to
IoTHubStreamInputDataSource(String, String, String, String, String)
Initializes a new instance of the IoTHubStreamInputDataSource class.
public IoTHubStreamInputDataSource (string iotHubNamespace = default, string sharedAccessPolicyName = default, string sharedAccessPolicyKey = default, string consumerGroupName = default, string endpoint = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSource : string * string * string * string * string -> Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSource
Public Sub New (Optional iotHubNamespace As String = Nothing, Optional sharedAccessPolicyName As String = Nothing, Optional sharedAccessPolicyKey As String = Nothing, Optional consumerGroupName As String = Nothing, Optional endpoint As String = Nothing)
Parameters
- iotHubNamespace
- String
The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests.
- sharedAccessPolicyName
- String
The shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests.
- sharedAccessPolicyKey
- String
The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- consumerGroupName
- String
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
- String
The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.).
Applies to
Azure SDK for .NET