IEventHubAuthorizationRule インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イベント ハブの承認規則を表す 型。
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)
- 実装
-
IAuthorizationRule<IEventHubAuthorizationRule> INestedResource IBeta IHasId IHasInner<AuthorizationRuleInner> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager> IIndexable IRefreshable<IEventHubAuthorizationRule> IRefreshable<RuleT>
プロパティ
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>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET