Partager via


IWithEventHub.WithExistingEventHub Méthode

Définition

Surcharges

WithExistingEventHub(IEventHub)

Spécifie le hub d’événements pour lequel le groupe de consommateurs doit être créé.

WithExistingEventHub(String, String, String)

Spécifie le hub d’événements pour lequel le groupe de consommateurs doit être créé.

WithExistingEventHub(IEventHub)

Spécifie le hub d’événements pour lequel le groupe de consommateurs doit être créé.

public Microsoft.Azure.Management.Eventhub.Fluent.EventHubConsumerGroup.Definition.IWithCreate WithExistingEventHub (Microsoft.Azure.Management.Eventhub.Fluent.IEventHub eventHub);
abstract member WithExistingEventHub : Microsoft.Azure.Management.Eventhub.Fluent.IEventHub -> Microsoft.Azure.Management.Eventhub.Fluent.EventHubConsumerGroup.Definition.IWithCreate
Public Function WithExistingEventHub (eventHub As IEventHub) As IWithCreate

Paramètres

eventHub
IEventHub

Event Hub.

Retours

S’applique à

WithExistingEventHub(String, String, String)

Spécifie le hub d’événements pour lequel le groupe de consommateurs doit être créé.

public Microsoft.Azure.Management.Eventhub.Fluent.EventHubConsumerGroup.Definition.IWithCreate WithExistingEventHub (string resourceGroupName, string namespaceName, string eventHubName);
abstract member WithExistingEventHub : string * string * string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHubConsumerGroup.Definition.IWithCreate
Public Function WithExistingEventHub (resourceGroupName As String, namespaceName As String, eventHubName As String) As IWithCreate

Paramètres

resourceGroupName
String

Nom du groupe de ressources de l’espace de noms Event Hub.

namespaceName
String

Nom de l’espace de noms du hub d’événements.

eventHubName
String

Nom du hub d’événements.

Retours

S’applique à