Share via


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

IWithEventHub 接口

定义

事件中心命名空间更新的阶段,允许在命名空间中添加新的事件中心。

public interface IWithEventHub : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithEventHub = interface
    interface IBeta
Public Interface IWithEventHub
Implements IBeta
派生
实现

方法

WithNewEventHub(String)

指定应在 命名空间中创建新的事件中心。

WithNewEventHub(String, Int32)

指定应在 命名空间中创建新的事件中心。

WithNewEventHub(String, Int32, Int32)

指定应在 命名空间中创建新的事件中心。

WithoutEventHub(String)

删除事件中心命名空间中的事件中心。

适用于