IEventHubNamespaces インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
EventHub 名前空間を管理するためのエントリ ポイント。
public interface IEventHubNamespaces : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchDeletion, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.INamespacesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
type IEventHubNamespaces = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsListing<IEventHubNamespace>
interface ISupportsListingByResourceGroup<IEventHubNamespace>
interface ISupportsGettingByResourceGroup<IEventHubNamespace>
interface ISupportsGettingById<IEventHubNamespace>
interface ISupportsDeletingById
interface ISupportsDeletingByResourceGroup
interface ISupportsBatchCreation<IEventHubNamespace>
interface ISupportsBatchDeletion
interface IHasManager<IEventHubManager>
interface IHasInner<INamespacesOperations>
Public Interface IEventHubNamespaces
Implements IHasInner(Of INamespacesOperations), IHasManager(Of IEventHubManager), ISupportsBatchCreation(Of IEventHubNamespace), ISupportsBatchDeletion, ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IEventHubNamespace), ISupportsGettingByResourceGroup(Of IEventHubNamespace), ISupportsListing(Of IEventHubNamespace), ISupportsListingByResourceGroup(Of IEventHubNamespace)
- 実装
-
ISupportsBatchCreation<IEventHubNamespace> ISupportsBatchDeletion ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<IEventHubNamespace> ISupportsGettingByResourceGroup<IEventHubNamespace> ISupportsListing<IEventHubNamespace> ISupportsListingByResourceGroup<IEventHubNamespace> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.INamespacesOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
プロパティ
AuthorizationRules |
イベント ハブ名前空間の承認規則を管理するためのエントリ ポイントを取得します。 |
EventHubs |
イベント ハブ名前空間のイベント ハブを管理するためのエントリ ポイントを取得します。 |
Inner |
EventHub 名前空間を管理するためのエントリ ポイント。 (継承元 IHasInner<T>) |
Manager |
このリソースの種類のマネージャー クライアントの種類を取得します。 (継承元 IHasManager<ManagerT>) |
メソッド
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET