IEventHubs インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イベント ハブを管理するためのエントリ ポイント。
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) |
リソース グループの名前空間内のイベント ハブを一覧表示します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET