NamespaceManager.GetEventHub(String) メソッド

定義

イベント ハブに関する情報を取得します。

public Microsoft.ServiceBus.Messaging.EventHubDescription GetEventHub (string path);
member this.GetEventHub : string -> Microsoft.ServiceBus.Messaging.EventHubDescription
Public Function GetEventHub (path As String) As EventHubDescription

パラメーター

path
String

イベント ハブへのパス。

戻り値

イベント ハブの説明を EventHubDescription 含む オブジェクトを返します。

適用対象