Share via


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

IWithSendOrManage<T> 接口

定义

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

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

类型参数

T

定义的下一阶段。

派生
实现

方法

WithManageAccess()

指定规则应启用管理访问权限。

(继承自 IWithManage<T>)
WithSendAccess()

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

(继承自 IWithSend<T>)

适用于