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

NamespaceUpdateParameters interface

用于更新命名空间的属性。

属性

identity

命名空间资源标识信息。

inboundIpRules

这可用于限制来自特定 IP 而不是所有 IP 的流量。 注意:仅当启用了 PublicNetworkAccess 时,才会考虑这些内容。

publicNetworkAccess

这决定了是否允许通过公用网络流量。 默认情况下,它处于启用状态。 可以通过配置 <seealso cref=“P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PubSub.NamespaceUpdateParameterProperties.InboundIpRules” />

sku

表示可用的 Sku 定价层。

tags

命名空间资源的标记。

topicsConfiguration

可更新的主题配置属性。

topicSpacesConfiguration

可更新的主题空间配置属性。

属性详细信息

identity

命名空间资源标识信息。

identity?: IdentityInfo

属性值

inboundIpRules

这可用于限制来自特定 IP 而不是所有 IP 的流量。 注意:仅当启用了 PublicNetworkAccess 时,才会考虑这些内容。

inboundIpRules?: InboundIpRule[]

属性值

publicNetworkAccess

这决定了是否允许通过公用网络流量。 默认情况下,它处于启用状态。 可以通过配置 <seealso cref=“P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PubSub.NamespaceUpdateParameterProperties.InboundIpRules” />

publicNetworkAccess?: string

属性值

string

sku

表示可用的 Sku 定价层。

sku?: NamespaceSku

属性值

tags

命名空间资源的标记。

tags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}

topicsConfiguration

可更新的主题配置属性。

topicsConfiguration?: UpdateTopicsConfigurationInfo

属性值

topicSpacesConfiguration

可更新的主题空间配置属性。

topicSpacesConfiguration?: UpdateTopicSpacesConfigurationInfo

属性值