NamespaceUpdateParameters interface
Properties to update namespace.
Properties
identity | Namespace resource identity information. |
inbound |
This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. |
public |
This determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring |
sku | Represents available Sku pricing tiers. |
tags | Tags of the namespace resource. |
topics |
Topics configuration properties that can be updated. |
topic |
Topic spaces configuration properties that can be updated. |
Property Details
identity
inboundIpRules
This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.
inboundIpRules?: InboundIpRule[]
Property Value
publicNetworkAccess
This determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring
publicNetworkAccess?: string
Property Value
string
sku
tags
Tags of the namespace resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
topicsConfiguration
Topics configuration properties that can be updated.
topicsConfiguration?: UpdateTopicsConfigurationInfo
Property Value
topicSpacesConfiguration
Topic spaces configuration properties that can be updated.
topicSpacesConfiguration?: UpdateTopicSpacesConfigurationInfo
Property Value
Azure SDK for JavaScript