NamespaceManager.CreateEventHub メソッド

定義

オーバーロード

CreateEventHub(EventHubDescription)

指定した を使用して新しいイベント ハブを作成します EventHubDescription

CreateEventHub(String)

指定された入力パスの既定値を使用して、新しいイベント ハブを作成します。

CreateEventHub(EventHubDescription)

指定した を使用して新しいイベント ハブを作成します EventHubDescription

public Microsoft.ServiceBus.Messaging.EventHubDescription CreateEventHub (Microsoft.ServiceBus.Messaging.EventHubDescription description);
member this.CreateEventHub : Microsoft.ServiceBus.Messaging.EventHubDescription -> Microsoft.ServiceBus.Messaging.EventHubDescription
Public Function CreateEventHub (description As EventHubDescription) As EventHubDescription

パラメーター

戻り値

EventHubDescription を返します。

適用対象

CreateEventHub(String)

指定された入力パスの既定値を使用して、新しいイベント ハブを作成します。

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

パラメーター

path
String

イベント ハブへのパス。

戻り値

EventHubDescription を返します。

適用対象