次の方法で共有


IAuthorizationRules<RuleT> インターフェイス

定義

承認規則管理 API へのエントリ ポイント。

public interface IAuthorizationRules<RuleT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<RuleT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<RuleT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager>
type IAuthorizationRules<'RuleT> = interface
    interface ISupportsListing<'RuleT>
    interface ISupportsGettingByName<'RuleT>
    interface ISupportsDeletingByName
    interface IHasManager<IServiceBusManager>
Public Interface IAuthorizationRules(Of RuleT)
Implements IHasManager(Of IServiceBusManager), ISupportsDeletingByName, ISupportsGettingByName(Of RuleT), ISupportsListing(Of RuleT)

型パラメーター

RuleT

特定のルールの種類。

派生
実装

プロパティ

Manager

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

(継承元 IHasManager<ManagerT>)

メソッド

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

適用対象