你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithEventHub.WithExistingEventHub 方法

定义

重载

WithExistingEventHub(IEventHub)

指定需要为其创建使用者组的事件中心。

WithExistingEventHub(String, String, String)

指定需要为其创建使用者组的事件中心。

WithExistingEventHub(IEventHub)

指定需要为其创建使用者组的事件中心。

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

参数

eventHub
IEventHub

事件中心。

返回

适用于

WithExistingEventHub(String, String, String)

指定需要为其创建使用者组的事件中心。

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

参数

resourceGroupName
String

事件中心命名空间资源组名称。

namespaceName
String

事件中心命名空间名称。

eventHubName
String

事件中心名称。

返回

适用于