Share via


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

IWithAuthorizationRule 接口

定义

事件中心定义的阶段,允许添加用于访问事件中心的授权规则。

public interface IWithAuthorizationRule : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAuthorizationRule = interface
    interface IBeta
Public Interface IWithAuthorizationRule
Implements IBeta
派生
实现

方法

WithNewListenRule(String)

指定应创建对事件中心具有侦听访问权限的新授权规则。

WithNewManageRule(String)

指定应创建一个有权管理对事件中心的访问权限的新授权规则。

WithNewSendRule(String)

指定应创建具有向事件中心发送访问权限的新授权规则。

适用于