IotEventHubIngestionEndpointConfiguration Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET