你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IUpdate 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
整个主题授权规则更新。
public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.ServiceBus.Fluent.ITopicAuthorizationRule>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithListen<Microsoft.Azure.Management.ServiceBus.Fluent.TopicAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithListenOrSendOrManage<Microsoft.Azure.Management.ServiceBus.Fluent.TopicAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithManage<Microsoft.Azure.Management.ServiceBus.Fluent.TopicAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithSend<Microsoft.Azure.Management.ServiceBus.Fluent.TopicAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithSendOrManage<Microsoft.Azure.Management.ServiceBus.Fluent.TopicAuthorizationRule.Update.IUpdate>
type IUpdate = interface
interface IAppliable<ITopicAuthorizationRule>
interface IIndexable
interface IWithListenOrSendOrManage<IUpdate>
interface IWithListen<IUpdate>
interface IWithSendOrManage<IUpdate>
interface IWithSend<IUpdate>
interface IWithManage<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of ITopicAuthorizationRule), 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>) |