IQueueAuthorizationRules インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
キュー承認規則管理 API へのエントリ ポイント。
public interface IQueueAuthorizationRules : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ServiceBus.Fluent.QueueAuthorizationRule.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.ServiceBus.Fluent.IQueueAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ServiceBus.Fluent.IQueueAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ServiceBus.Fluent.IQueuesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager>, Microsoft.Azure.Management.ServiceBus.Fluent.IAuthorizationRules<Microsoft.Azure.Management.ServiceBus.Fluent.IQueueAuthorizationRule>
type IQueueAuthorizationRules = interface
interface IAuthorizationRules<IQueueAuthorizationRule>
interface ISupportsListing<IQueueAuthorizationRule>
interface ISupportsGettingByName<IQueueAuthorizationRule>
interface ISupportsDeletingByName
interface IHasManager<IServiceBusManager>
interface ISupportsCreating<IBlank>
interface IHasInner<IQueuesOperations>
Public Interface IQueueAuthorizationRules
Implements IAuthorizationRules(Of IQueueAuthorizationRule), IHasInner(Of IQueuesOperations), IHasManager(Of IServiceBusManager), ISupportsCreating(Of IBlank), ISupportsDeletingByName, ISupportsGettingByName(Of IQueueAuthorizationRule), ISupportsListing(Of IQueueAuthorizationRule)
- 実装
プロパティ
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