Share via


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

IWithSend<T> 接口

定义

允许启用发送策略的事件中心命名空间或事件中心授权规则定义的阶段。

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

类型参数

T

定义的下一阶段。

派生
实现

方法

WithSendAccess()

指定规则应启用发送访问权限。

适用于