NamespaceUpdateParameterProperties interface

Information of namespace update parameter properties.

Properties

inboundIpRules

This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.

publicNetworkAccess

This determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PubSub.NamespaceUpdateParameterProperties.InboundIpRules" />

topicsConfiguration

Topics configuration properties that can be updated.

topicSpacesConfiguration

Topic spaces configuration properties that can be updated.

Property Details

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 <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PubSub.NamespaceUpdateParameterProperties.InboundIpRules" />

publicNetworkAccess?: string

Property Value

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