共用方式為


IotEventHubIngestionEndpointConfiguration Constructors

Definition

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.

Applies to