Partager via


IotEventHubIngestionEndpointConfiguration Constructeurs

Définition

Surcharges

IotEventHubIngestionEndpointConfiguration()

Initialise une nouvelle instance de la classe IotEventHubIngestionEndpointConfiguration.

IotEventHubIngestionEndpointConfiguration(String, String, String)

Initialise une nouvelle instance de la classe IotEventHubIngestionEndpointConfiguration.

IotEventHubIngestionEndpointConfiguration()

Initialise une nouvelle instance de la classe IotEventHubIngestionEndpointConfiguration.

public IotEventHubIngestionEndpointConfiguration();
Public Sub New ()

S’applique à

IotEventHubIngestionEndpointConfiguration(String, String, String)

Initialise une nouvelle instance de la classe IotEventHubIngestionEndpointConfiguration.

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)

Paramètres

eventHubName
String

Nom du hub d’événements auquel se connecter.

consumerGroup
String

Groupe de consommateurs du hub d’événements auquel se connecter.

fullyQualifiedEventHubNamespace
String

Espace de noms complet du hub d’événements auquel se connecter.

S’applique à