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