IBlank インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
キュー承認規則定義の最初のステージ。
public interface IBlank : Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithListen<Microsoft.Azure.Management.ServiceBus.Fluent.QueueAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithListenOrSendOrManage<Microsoft.Azure.Management.ServiceBus.Fluent.QueueAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithManage<Microsoft.Azure.Management.ServiceBus.Fluent.QueueAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithSend<Microsoft.Azure.Management.ServiceBus.Fluent.QueueAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithSendOrManage<Microsoft.Azure.Management.ServiceBus.Fluent.QueueAuthorizationRule.Definition.IWithCreate>
type IBlank = interface
interface IWithListenOrSendOrManage<IWithCreate>
interface IWithListen<IWithCreate>
interface IWithSendOrManage<IWithCreate>
interface IWithSend<IWithCreate>
interface IWithManage<IWithCreate>
Public Interface IBlank
Implements IWithListen(Of IWithCreate), IWithListenOrSendOrManage(Of IWithCreate), IWithManage(Of IWithCreate), IWithSend(Of IWithCreate), IWithSendOrManage(Of IWithCreate)
- 派生
- 実装
メソッド
WithListeningEnabled() |
キュー承認規則定義の最初のステージ。 (継承元 IWithListen<T>) |
WithManagementEnabled() |
キュー承認規則定義の最初のステージ。 (継承元 IWithManage<T>) |
WithSendingEnabled() |
キュー承認規則定義の最初のステージ。 (継承元 IWithSend<T>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET