NamespaceUpdateParameters interface
用于更新命名空间的属性。
属性
| identity | 命名空间资源标识信息。 |
| inbound |
这可用于限制来自特定 IP 而不是所有 IP 的流量。 注意:仅当启用了 PublicNetworkAccess 时,才会考虑这些内容。 |
| public |
这决定了是否允许通过公用网络流量。 默认情况下,它处于启用状态。 可以通过配置 <seealso cref=“P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PubSub.NamespaceUpdateParameterProperties.InboundIpRules” /> |
| sku | 表示可用的 Sku 定价层。 |
| tags | 命名空间资源的标记。 |
| topics |
可更新的主题配置属性。 |
| topic |
可更新的主题空间配置属性。 |
属性详细信息
identity
inboundIpRules
这可用于限制来自特定 IP 而不是所有 IP 的流量。 注意:仅当启用了 PublicNetworkAccess 时,才会考虑这些内容。
inboundIpRules?: InboundIpRule[]
属性值
publicNetworkAccess
这决定了是否允许通过公用网络流量。 默认情况下,它处于启用状态。 可以通过配置 <seealso cref=“P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PubSub.NamespaceUpdateParameterProperties.InboundIpRules” />
publicNetworkAccess?: string
属性值
string
sku
tags
命名空间资源的标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
topicsConfiguration
topicSpacesConfiguration
可更新的主题空间配置属性。
topicSpacesConfiguration?: UpdateTopicSpacesConfigurationInfo