NamespaceProperties interface
Properties of the namespace resource.
Properties
| inbound |
This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. |
| is |
This is an optional property and it allows the user to specify if the namespace resource supports zone-redundancy capability or not. If this property is not specified explicitly by the user, its default value depends on the following conditions: a. For Availability Zones enabled regions - The default property value would be true. b. For non-Availability Zones enabled regions - The default property value would be false. Once specified, this property cannot be updated. |
| minimum |
Minimum TLS version of the publisher allowed to publish to this namespace. Only TLS version 1.2 is supported. |
| private |
List of private endpoint connections. |
| provisioning |
Provisioning state of the namespace resource. |
| public |
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.NamespaceProperties.InboundIpRules" /> |
| topics |
Topics configuration information for the namespace resource |
| topic |
Topic spaces configuration information for the namespace resource |
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
isZoneRedundant
This is an optional property and it allows the user to specify if the namespace resource supports zone-redundancy capability or not. If this property is not specified explicitly by the user, its default value depends on the following conditions: a. For Availability Zones enabled regions - The default property value would be true. b. For non-Availability Zones enabled regions - The default property value would be false. Once specified, this property cannot be updated.
isZoneRedundant?: boolean
Property Value
boolean
minimumTlsVersionAllowed
Minimum TLS version of the publisher allowed to publish to this namespace. Only TLS version 1.2 is supported.
minimumTlsVersionAllowed?: string
Property Value
string
privateEndpointConnections
List of private endpoint connections.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
Provisioning state of the namespace resource.
provisioningState?: string
Property Value
string
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.NamespaceProperties.InboundIpRules" />
publicNetworkAccess?: string
Property Value
string
topicsConfiguration
Topics configuration information for the namespace resource
topicsConfiguration?: TopicsConfiguration
Property Value
topicSpacesConfiguration
Topic spaces configuration information for the namespace resource
topicSpacesConfiguration?: TopicSpacesConfiguration