IWithEventHub.WithExistingEventHub Méthode
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
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 à
Azure SDK for .NET