IotEventHubIngestionEndpointConfiguration 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
IotEventHubIngestionEndpointConfiguration() |
Initializes a new instance of the IotEventHubIngestionEndpointConfiguration class. |
IotEventHubIngestionEndpointConfiguration(String, String, String) |
Initializes a new instance of the IotEventHubIngestionEndpointConfiguration class. |
IotEventHubIngestionEndpointConfiguration()
Initializes a new instance of the IotEventHubIngestionEndpointConfiguration class.
public IotEventHubIngestionEndpointConfiguration ();
Public Sub New ()
Applies to
IotEventHubIngestionEndpointConfiguration(String, String, String)
Initializes a new instance of the IotEventHubIngestionEndpointConfiguration class.
public IotEventHubIngestionEndpointConfiguration (string eventHubName = default, string consumerGroup = default, string fullyQualifiedEventHubNamespace = default);
new Microsoft.Azure.Management.HealthcareApis.Models.IotEventHubIngestionEndpointConfiguration : string * string * string -> Microsoft.Azure.Management.HealthcareApis.Models.IotEventHubIngestionEndpointConfiguration
Public Sub New (Optional eventHubName As String = Nothing, Optional consumerGroup As String = Nothing, Optional fullyQualifiedEventHubNamespace As String = Nothing)
Parameters
- eventHubName
- String
Event Hub name to connect to.
- consumerGroup
- String
Consumer group of the event hub to connected to.
- fullyQualifiedEventHubNamespace
- String
Fully qualified namespace of the Event Hub to connect to.