次の方法で共有


IEventHubAuthorizationRules インターフェイス

定義

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

public interface IEventHubAuthorizationRules : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubAuthorizationRule>, 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 IEventHubAuthorizationRules = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface ISupportsGettingById<IEventHubAuthorizationRule>
    interface IHasInner<IEventHubsOperations>
    interface IHasManager<IEventHubManager>
Public Interface IEventHubAuthorizationRules
Implements IBeta, IHasInner(Of IEventHubsOperations), IHasManager(Of IEventHubManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IEventHubAuthorizationRule)
実装
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHubAuthorizationRule> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IEventHubsOperations> 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, String)

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

DeleteByNameAsync(String, String, String, String, CancellationToken)

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

GetById(String)

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

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

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

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

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

GetByNameAsync(String, String, String, String, CancellationToken)

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

ListByEventHub(String, String, String)

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

ListByEventHubAsync(String, String, String, CancellationToken)

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

適用対象