次の方法で共有


IEventHubConsumerGroups インターフェイス

定義

イベント ハブ コンシューマー グループを管理するためのエントリ ポイント。

public interface IEventHubConsumerGroups : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Eventhub.Fluent.EventHubConsumerGroup.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubConsumerGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IConsumerGroupsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
type IEventHubConsumerGroups = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface ISupportsGettingById<IEventHubConsumerGroup>
    interface IHasInner<IConsumerGroupsOperations>
    interface IHasManager<IEventHubManager>
Public Interface IEventHubConsumerGroups
Implements IBeta, IHasInner(Of IConsumerGroupsOperations), IHasManager(Of IEventHubManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IEventHubConsumerGroup)
実装
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHubConsumerGroup> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IConsumerGroupsOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>

プロパティ

Inner

イベント ハブ コンシューマー グループを管理するためのエントリ ポイント。

(継承元 IHasInner<T>)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)

メソッド

Define(String)

イベント ハブ コンシューマー グループを管理するためのエントリ ポイント。

(継承元 ISupportsCreating<T>)
DeleteById(String)

Azure からリソースを削除し、リソース ID で識別します。

(継承元 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Azure からリソースを削除し、リソース ID で識別します。

(継承元 ISupportsDeletingById)
DeleteByName(String, String, String, String)

リソース グループの下にある名前空間内のイベント ハブのコンシューマー グループを削除します。

DeleteByNameAsync(String, String, String, String, CancellationToken)

リソース グループの下にある名前空間内のイベント ハブのコンシューマー グループを削除します。

GetById(String)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingById<T>)
GetByName(String, String, String, String)

リソース グループの名前空間内のイベント ハブのコンシューマー グループを取得します。

GetByNameAsync(String, String, String, String, CancellationToken)

リソース グループ内の名前空間内のイベント ハブのコンシューマー グループを取得します。

ListByEventHub(String, String, String)

リソース グループの下にある名前空間内のイベント ハブのコンシューマー グループを一覧表示します。

ListByEventHubAsync(String, String, String, CancellationToken)

リソース グループの下にある名前空間内のイベント ハブのコンシューマー グループを一覧表示します。

適用対象