次の方法で共有


IEventHubs インターフェイス

定義

イベント ハブを管理するためのエントリ ポイント。

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

プロパティ

AuthorizationRules

イベント ハブの承認規則を管理するためのエントリ ポイントを取得します。

ConsumerGroups

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

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)

リソース グループの名前空間内のイベント ハブを削除します。

DeleteByNameAsync(String, String, String, CancellationToken)

リソース グループの名前空間内のイベント ハブを削除します。

GetById(String)

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

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

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

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

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

GetByNameAsync(String, String, String, CancellationToken)

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

ListByNamespace(String, String)

リソース グループの名前空間内のイベント ハブを一覧表示します。

ListByNamespaceAsync(String, String, CancellationToken)

リソース グループの名前空間内のイベント ハブを一覧表示します。

適用対象