次の方法で共有


IEventHubNamespaceAuthorizationRules インターフェイス

定義

イベント ハブ名前空間の承認規則を管理するためのエントリ ポイント。

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)

リソース グループ内の名前空間の下に承認規則を一覧表示します。

適用対象