NamespaceUpdateParameters interface

Properties to update namespace.

Properties

identity

Namespace resource identity information.

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

sku

Represents available Sku pricing tiers.

tags

Tags of the namespace resource.

topicsConfiguration

Topics configuration properties that can be updated.

topicSpacesConfiguration

Topic spaces configuration properties that can be updated.

Property Details

identity

Namespace resource identity information.

identity?: IdentityInfo

Property Value

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

Represents available Sku pricing tiers.

sku?: NamespaceSku

Property Value

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