ITopicAuthorizationRules インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
トピック承認規則管理 API へのエントリ ポイント。
public interface ITopicAuthorizationRules : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ServiceBus.Fluent.TopicAuthorizationRule.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.ServiceBus.Fluent.ITopicAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ServiceBus.Fluent.ITopicAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ServiceBus.Fluent.ITopicsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager>, Microsoft.Azure.Management.ServiceBus.Fluent.IAuthorizationRules<Microsoft.Azure.Management.ServiceBus.Fluent.ITopicAuthorizationRule>
type ITopicAuthorizationRules = interface
interface IAuthorizationRules<ITopicAuthorizationRule>
interface ISupportsListing<ITopicAuthorizationRule>
interface ISupportsGettingByName<ITopicAuthorizationRule>
interface ISupportsDeletingByName
interface IHasManager<IServiceBusManager>
interface ISupportsCreating<IBlank>
interface IHasInner<ITopicsOperations>
Public Interface ITopicAuthorizationRules
Implements IAuthorizationRules(Of ITopicAuthorizationRule), IHasInner(Of ITopicsOperations), IHasManager(Of IServiceBusManager), ISupportsCreating(Of IBlank), ISupportsDeletingByName, ISupportsGettingByName(Of ITopicAuthorizationRule), ISupportsListing(Of ITopicAuthorizationRule)
- 実装
プロパティ
Inner |
トピック承認規則管理 API へのエントリ ポイント。 (継承元 IHasInner<T>) |
Manager |
このリソースの種類のマネージャー クライアントの種類を取得します。 (継承元 IHasManager<ManagerT>) |
メソッド
Define(String) |
トピック承認規則管理 API へのエントリ ポイント。 (継承元 ISupportsCreating<T>) |
DeleteByName(String) |
Azure からリソースを削除し、リソース名で識別します。 (継承元 ISupportsDeletingByName) |
DeleteByNameAsync(String, CancellationToken) |
リソースを Azure から非同期的に削除し、リソース名で識別します。 (継承元 ISupportsDeletingByName) |
GetByName(String) |
現在のリソース グループ内のリソース名に基づいて、Azure からリソースに関する情報を取得します。 (継承元 ISupportsGettingByName<T>) |
GetByNameAsync(String, CancellationToken) |
現在のリソース グループ内のリソース名に基づいて、Azure からリソースに関する情報を取得します。 (継承元 ISupportsGettingByName<T>) |
List() |
現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。 (継承元 ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。 (継承元 ISupportsListing<T>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET