Share via


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

IUpdate 接口

定义

事件中心命名空间更新操作的模板,包含可修改的所有设置。

public interface IUpdate : Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IWithAuthorizationRule, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IWithEventHub, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IWithSku, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IWithThroughputConfiguration, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace>
type IUpdate = interface
    interface IBeta
    interface IAppliable<IEventHubNamespace>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithSku
    interface IWithEventHub
    interface IWithAuthorizationRule
    interface IWithThroughputConfiguration
Public Interface IUpdate
Implements IAppliable(Of IEventHubNamespace), IBeta, IUpdateWithTags(Of IUpdate), IWithAuthorizationRule, IWithEventHub, IWithSku, IWithThroughputConfiguration
实现

属性

Key

事件中心命名空间更新操作的模板,包含可修改的所有设置。

(继承自 IIndexable)

方法

Apply()

执行更新请求。

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

异步执行更新请求。

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

启用基于负载自动纵向扩展吞吐量单位。

(继承自 IWithThroughputConfiguration)
WithCurrentThroughputUnits(Int32)

指定当前吞吐量单位。

(继承自 IWithThroughputConfiguration)
WithNewEventHub(String)

指定应在 命名空间中创建新的事件中心。

(继承自 IWithEventHub)
WithNewEventHub(String, Int32)

指定应在 命名空间中创建新的事件中心。

(继承自 IWithEventHub)
WithNewEventHub(String, Int32, Int32)

指定应在 命名空间中创建新的事件中心。

(继承自 IWithEventHub)
WithNewListenRule(String)

指定应创建对事件中心命名空间具有侦听访问权限的新授权规则。

(继承自 IWithAuthorizationRule)
WithNewManageRule(String)

指定应创建一个有权管理对事件中心命名空间的访问权限的新授权规则。

(继承自 IWithAuthorizationRule)
WithNewSendRule(String)

指定应创建具有向事件中心命名空间发送访问权限的新授权规则。

(继承自 IWithAuthorizationRule)
WithoutAuthorizationRule(String)

删除与事件中心命名空间关联的授权规则。

(继承自 IWithAuthorizationRule)
WithoutEventHub(String)

删除事件中心命名空间中的事件中心。

(继承自 IWithEventHub)
WithoutTag(String)

从资源中删除标记。

(继承自 IUpdateWithTags<T>)
WithSku(EventHubNamespaceSkuType)

指定命名空间 SKU。

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

将标记添加到资源。

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

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

(继承自 IUpdateWithTags<T>)
WithThroughputUnitsUpperLimit(Int32)

指定允许自动标量纵向扩展的最大吞吐量单位。

(继承自 IWithThroughputConfiguration)

适用于