Compartilhar via


IWithEventHub.WithExistingEventHub Método

Definição

Sobrecargas

WithExistingEventHub(IEventHub)

Especifica o hub de eventos para o qual o grupo de consumidores precisa ser criado.

WithExistingEventHub(String, String, String)

Especifica o hub de eventos para o qual o grupo de consumidores precisa ser criado.

WithExistingEventHub(IEventHub)

Especifica o hub de eventos para o qual o grupo de consumidores precisa ser criado.

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

Parâmetros

eventHub
IEventHub

Hub de eventos.

Retornos

Aplica-se a

WithExistingEventHub(String, String, String)

Especifica o hub de eventos para o qual o grupo de consumidores precisa ser criado.

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

Parâmetros

resourceGroupName
String

Nome do grupo de recursos do namespace do hub de eventos.

namespaceName
String

Nome do namespace do hub de eventos.

eventHubName
String

Nome do hub de eventos.

Retornos

Aplica-se a