IWithQueue インターフェイス

定義

Service Bus 名前空間の更新のステージ。名前空間内のキューを管理できます。

public interface IWithQueue
type IWithQueue = interface
Public Interface IWithQueue
派生

メソッド

WithNewQueue(String, Int32)

Service Bus 名前空間にキュー エンティティを作成します。

WithoutQueue(String)

Service Bus 名前空間からキュー エンティティを削除します。

適用対象