Share via


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

IWithListen<T> 接口

定义

允许启用侦听策略的事件中心命名空间或事件中心授权规则更新的阶段。

public interface IWithListen<T> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithListen<'T> = interface
    interface IBeta
Public Interface IWithListen(Of T)
Implements IBeta

类型参数

T

更新的下一阶段。

派生
实现

方法

WithListenAccess()

指定规则应启用侦听访问。

适用于