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

NamespaceManager.EventHubExists(String) 方法

定义

指示事件中心是否存在。

public bool EventHubExists (string path);
member this.EventHubExists : string -> bool
Public Function EventHubExists (path As String) As Boolean

参数

path
String

事件中心的路径。

返回

如果事件中心存在,则返回 true;否则为 false。

适用于