Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TopicUpdateParameters

Package version

Properties of the Topic update

Hierarchy

  • TopicUpdateParameters

Index

Properties

Optional dataResidencyBoundary

dataResidencyBoundary: DataResidencyBoundary

The data residency boundary for the topic.

Optional disableLocalAuth

disableLocalAuth: undefined | false | true

This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the topic.

Optional identity

identity: IdentityInfo

Topic resource identity information.

Optional inboundIpRules

inboundIpRules: InboundIpRule[]

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

Optional publicNetworkAccess

publicNetworkAccess: PublicNetworkAccess

This determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring

Optional sku

The Sku pricing tier for the topic.

Optional tags

tags: undefined | {}

Tags of the Topic resource.

Generated using TypeDoc