次の方法で共有


IEventHubAuthorizationRule インターフェイス

定義

イベント ハブの承認規則を表す 型。

public interface IEventHubAuthorizationRule : Microsoft.Azure.Management.Eventhub.Fluent.IAuthorizationRule<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubAuthorizationRule>, 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<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubAuthorizationRule>
type IEventHubAuthorizationRule = interface
    interface IBeta
    interface IAuthorizationRule<IEventHubAuthorizationRule>
    interface INestedResource
    interface IIndexable
    interface IHasId
    interface IHasInner<AuthorizationRuleInner>
    interface IHasManager<IEventHubManager>
    interface IRefreshable<IEventHubAuthorizationRule>
Public Interface IEventHubAuthorizationRule
Implements IAuthorizationRule(Of IEventHubAuthorizationRule), IBeta, IHasId, IHasInner(Of AuthorizationRuleInner), IHasManager(Of IEventHubManager), IIndexable, IRefreshable(Of IEventHubAuthorizationRule)
実装

プロパティ

EventHubName

親イベント ハブの名前を取得します。

Id

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

(継承元 IHasId)
Inner

イベント ハブの承認規則を表す 型。

(継承元 IHasInner<T>)
Key

イベント ハブの承認規則を表す 型。

(継承元 IIndexable)
Manager

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

(継承元 IHasManager<ManagerT>)
Name

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

(継承元 INestedResource)
NamespaceName

親イベント ハブの名前空間名を取得します。

NamespaceResourceGroupName

親イベント ハブが存在する名前空間のリソース グループを取得します。

Rights

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

(継承元 IAuthorizationRule<RuleT>)
Type

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

(継承元 INestedResource)

メソッド

GetKeys()

イベント ハブの承認規則を表す 型。

(継承元 IAuthorizationRule<RuleT>)
GetKeysAsync(CancellationToken)

イベント ハブの承認規則を表す 型。

(継承元 IAuthorizationRule<RuleT>)
Refresh()

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

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

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

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

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

(継承元 IAuthorizationRule<RuleT>)
RegenerateKeyAsync(KeyType, CancellationToken)

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

(継承元 IAuthorizationRule<RuleT>)

適用対象