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

IUpdate 接口

定义

服务总线命名空间更新操作的模板,包含可修改的所有设置。

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusNamespace>, Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IWithAuthorizationRule, Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IWithQueue, Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IWithSku, Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IWithTopic
type IUpdate = interface
    interface IAppliable<IServiceBusNamespace>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithSku
    interface IWithQueue
    interface IWithTopic
    interface IWithAuthorizationRule
Public Interface IUpdate
Implements IAppliable(Of IServiceBusNamespace), IUpdateWithTags(Of IUpdate), IWithAuthorizationRule, IWithQueue, IWithSku, IWithTopic
实现

属性

Key

服务总线命名空间更新操作的模板,包含可修改的所有设置。

(继承自 IIndexable)

方法

Apply()

执行更新请求。

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

异步执行更新请求。

(继承自 IAppliable<T>)
WithNewListenRule(String)

为服务总线命名空间创建侦听授权规则。

(继承自 IWithAuthorizationRule)
WithNewManageRule(String)

为服务总线命名空间创建管理授权规则。

(继承自 IWithAuthorizationRule)
WithNewQueue(String, Int32)

在服务总线命名空间中创建队列实体。

(继承自 IWithQueue)
WithNewSendRule(String)

为服务总线命名空间创建发送授权规则。

(继承自 IWithAuthorizationRule)
WithNewTopic(String, Int32)

在服务总线命名空间中创建主题实体。

(继承自 IWithTopic)
WithoutAuthorizationRule(String)

从服务总线命名空间中删除授权规则。

(继承自 IWithAuthorizationRule)
WithoutQueue(String)

从服务总线命名空间中删除队列实体。

(继承自 IWithQueue)
WithoutTag(String)

从资源中删除标记。

(继承自 IUpdateWithTags<T>)
WithoutTopic(String)

从服务总线命名空间中删除主题实体。

(继承自 IWithTopic)
WithSku(NamespaceSku)

指定命名空间 SKU。

(继承自 IWithSku)
WithTag(String, String)

将标记添加到资源。

(继承自 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

将资源的标记指定为 {@link Map}。

(继承自 IUpdateWithTags<T>)

适用于