次の方法で共有


IBlank インターフェイス

定義

イベント ハブ定義の最初のステージ。

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

メソッド

WithExistingEventHub(IEventHub)

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

(継承元 IWithEventHub)
WithExistingEventHub(String, String, String)

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

(継承元 IWithEventHub)
WithExistingEventHubId(String)

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

(継承元 IWithEventHub)

適用対象