IWithEventHub インターフェイス

定義

関連付けるイベント ハブを指定できるコンシューマー グループ定義のステージ。

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

メソッド

WithExistingEventHub(IEventHub)

コンシューマー グループを作成する必要があるイベント ハブを指定します。

WithExistingEventHub(String, String, String)

コンシューマー グループを作成する必要があるイベント ハブを指定します。

WithExistingEventHubId(String)

コンシューマー グループを作成する必要があるイベント ハブを指定します。

適用対象