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

IWithAuthorizationRule 接口

定义

允许添加用于访问队列的授权规则的队列定义的阶段。

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

方法

WithNewListenRule(String)

为队列创建侦听授权规则。

WithNewManageRule(String)

为队列创建管理授权规则。

WithNewSendRule(String)

为队列创建发送授权规则。

WithoutAuthorizationRule(String)

删除队列的授权规则。

适用于