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

IUpdate 接口

定义

整个事件中心命名空间授权规则更新。

public interface IUpdate : Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithListen<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithListenOrSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithSend<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespaceAuthorizationRule>
type IUpdate = interface
    interface IBeta
    interface IAppliable<IEventHubNamespaceAuthorizationRule>
    interface IIndexable
    interface IWithListenOrSendOrManage<IUpdate>
    interface IWithListen<IUpdate>
    interface IWithSendOrManage<IUpdate>
    interface IWithSend<IUpdate>
    interface IWithManage<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of IEventHubNamespaceAuthorizationRule), IBeta, IWithListen(Of IUpdate), IWithListenOrSendOrManage(Of IUpdate), IWithManage(Of IUpdate), IWithSend(Of IUpdate), IWithSendOrManage(Of IUpdate)
实现

属性

Key

整个事件中心命名空间授权规则更新。

(继承自 IIndexable)

方法

Apply()

执行更新请求。

(继承自 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

异步执行更新请求。

(继承自 IAppliable<T>)
WithListenAccess()

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

(继承自 IWithListen<T>)
WithManageAccess()

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

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

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

(继承自 IWithSend<T>)

适用于