次の方法で共有


IAuthorizationRule<RuleT> インターフェイス

定義

イベント ハブ名前空間とイベント ハブの承認規則を表す基本型。

public interface IAuthorizationRule<RuleT> : Microsoft.Azure.Management.Eventhub.Fluent.INestedResource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.Models.AuthorizationRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<RuleT>
type IAuthorizationRule<'RuleT> = interface
    interface IBeta
    interface INestedResource
    interface IIndexable
    interface IHasId
    interface IHasInner<AuthorizationRuleInner>
    interface IHasManager<IEventHubManager>
    interface IRefreshable<'RuleT>
Public Interface IAuthorizationRule(Of RuleT)
Implements IBeta, IHasId, IHasInner(Of AuthorizationRuleInner), IHasManager(Of IEventHubManager), IIndexable, INestedResource, IRefreshable(Of RuleT)

型パラメーター

RuleT

特定の承認規則の種類。

派生
実装
INestedResource IBeta IHasId IHasInner<AuthorizationRuleInner> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager> IIndexable IRefreshable<RuleT>

プロパティ

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

イベント ハブ名前空間とイベント ハブの承認規則を表す基本型。

(継承元 IHasInner<T>)
Key

イベント ハブ名前空間とイベント ハブの承認規則を表す基本型。

(継承元 IIndexable)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
Name

リソース名を取得します。

(継承元 INestedResource)
Rights

承認規則に関連付けられている権限を取得します。

Type

リソースの種類を取得します。

(継承元 INestedResource)

メソッド

GetKeys()

イベント ハブ名前空間とイベント ハブの承認規則を表す基本型。

GetKeysAsync(CancellationToken)

イベント ハブ名前空間とイベント ハブの承認規則を表す基本型。

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RegenerateKey(KeyType)

プライマリ キーまたはセカンダリ キーを再生成します。

RegenerateKeyAsync(KeyType, CancellationToken)

プライマリまたはセカンダリのアクセス キーを再生成します。

適用対象