次の方法で共有


IEventHubNamespaceAuthorizationRule インターフェイス

定義

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

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

プロパティ

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>)

適用対象