IEventHubNamespaceAuthorizationRules インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イベント ハブ名前空間の承認規則を管理するためのエントリ ポイント。
public interface IEventHubNamespaceAuthorizationRules : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespaceAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, 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 IEventHubNamespaceAuthorizationRules = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsDeletingById
interface ISupportsGettingById<IEventHubNamespaceAuthorizationRule>
interface IHasInner<INamespacesOperations>
interface IHasManager<IEventHubManager>
Public Interface IEventHubNamespaceAuthorizationRules
Implements IBeta, IHasInner(Of INamespacesOperations), IHasManager(Of IEventHubManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IEventHubNamespaceAuthorizationRule)
- 実装
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHubNamespaceAuthorizationRule> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.INamespacesOperations> 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) |
リソース グループ内の名前空間の下にある承認規則を削除します。 |
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