共用方式為


TopicUpdateParameters interface

主題更新的屬性

屬性

dataResidencyBoundary

主題的數據落地界限。

disableLocalAuth

此布爾值是用來啟用或停用本機驗證。默認值為 false。 當 屬性設定為 true 時,如果允許使用者發佈至主題,則只會使用 AAD 令牌進行驗證。

identity

主題資源識別資訊。

inboundIpRules

這可用來限制來自特定IP的流量,而不是所有IP的流量。 注意:只有在啟用 PublicNetworkAccess 時,才會考慮這些專案。

publicNetworkAccess

這會判斷是否允許透過公用網路傳輸流量。 默認會啟用。 您可以藉由設定進一步限制特定IP

tags

主題資源的標記。

屬性詳細資料

dataResidencyBoundary

主題的數據落地界限。

dataResidencyBoundary?: string

屬性值

string

disableLocalAuth

此布爾值是用來啟用或停用本機驗證。默認值為 false。 當 屬性設定為 true 時,如果允許使用者發佈至主題,則只會使用 AAD 令牌進行驗證。

disableLocalAuth?: boolean

屬性值

boolean

identity

主題資源識別資訊。

identity?: IdentityInfo

屬性值

inboundIpRules

這可用來限制來自特定IP的流量,而不是所有IP的流量。 注意:只有在啟用 PublicNetworkAccess 時,才會考慮這些專案。

inboundIpRules?: InboundIpRule[]

屬性值

publicNetworkAccess

這會判斷是否允許透過公用網路傳輸流量。 默認會啟用。 您可以藉由設定進一步限制特定IP

publicNetworkAccess?: string

屬性值

string

tags

主題資源的標記。

tags?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}