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

IUpdate 接口

定义

队列授权规则更新的全部内容。

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.ServiceBus.Fluent.IQueueAuthorizationRule>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithListen<Microsoft.Azure.Management.ServiceBus.Fluent.QueueAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithListenOrSendOrManage<Microsoft.Azure.Management.ServiceBus.Fluent.QueueAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithManage<Microsoft.Azure.Management.ServiceBus.Fluent.QueueAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithSend<Microsoft.Azure.Management.ServiceBus.Fluent.QueueAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithSendOrManage<Microsoft.Azure.Management.ServiceBus.Fluent.QueueAuthorizationRule.Update.IUpdate>
type IUpdate = interface
    interface IAppliable<IQueueAuthorizationRule>
    interface IIndexable
    interface IWithListenOrSendOrManage<IUpdate>
    interface IWithListen<IUpdate>
    interface IWithSendOrManage<IUpdate>
    interface IWithSend<IUpdate>
    interface IWithManage<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of IQueueAuthorizationRule), 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>)
WithListeningEnabled()

队列授权规则更新的全部内容。

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

队列授权规则更新的全部内容。

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

队列授权规则更新的全部内容。

(继承自 IWithSend<T>)

适用于