你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithQueue 接口

定义

服务总线命名空间更新的阶段,允许管理命名空间中的队列。

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

方法

WithNewQueue(String, Int32)

在服务总线命名空间中创建队列实体。

WithoutQueue(String)

从服务总线命名空间中删除队列实体。

适用于