TopicUpdateParameterProperties interface
主題更新參數屬性的資訊。
屬性
| data |
該主題的資料駐留邊界。 |
| disable |
此布爾值是用來啟用或停用本機驗證。默認值為 false。 當該屬性設置為 true 時,如果允許使用者發佈到主題,則僅使用 Microsoft Entra ID 令牌進行身份驗證。 |
| event |
主題的 eventTypeInfo。 |
| inbound |
這可用來限制來自特定IP的流量,而不是所有IP的流量。 注意:只有在啟用 PublicNetworkAccess 時,才會考慮這些專案。 |
| minimum |
允許發佈至此網域之發行者的最低 TLS 版本 |
| public |
這會判斷是否允許透過公用網路傳輸流量。 默認會啟用。 你還可以進一步限制特定 IP,例如設定 <seealso cref=“P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules” /> |
屬性詳細資料
dataResidencyBoundary
該主題的資料駐留邊界。
dataResidencyBoundary?: string
屬性值
string
disableLocalAuth
此布爾值是用來啟用或停用本機驗證。默認值為 false。 當該屬性設置為 true 時,如果允許使用者發佈到主題,則僅使用 Microsoft Entra ID 令牌進行身份驗證。
disableLocalAuth?: boolean
屬性值
boolean
eventTypeInfo
inboundIpRules
這可用來限制來自特定IP的流量,而不是所有IP的流量。 注意:只有在啟用 PublicNetworkAccess 時,才會考慮這些專案。
inboundIpRules?: InboundIpRule[]
屬性值
minimumTlsVersionAllowed
允許發佈至此網域之發行者的最低 TLS 版本
minimumTlsVersionAllowed?: string
屬性值
string
publicNetworkAccess
這會判斷是否允許透過公用網路傳輸流量。 默認會啟用。 你還可以進一步限制特定 IP,例如設定 <seealso cref=“P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules” />
publicNetworkAccess?: string
屬性值
string