次の方法で共有


ITopicAuthorizationRules インターフェイス

定義

トピック承認規則管理 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>)

適用対象