共用方式為


NamespaceUpdateParameters interface

要更新命名空間的屬性。

屬性

identity

命名空間資源識別資訊。

inboundIpRules

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

publicNetworkAccess

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

sku

代表可用的 Sku 定價層。

tags

命名空間資源的標記。

topicsConfiguration

Topics 可更新的組態屬性。

topicSpacesConfiguration

可更新的主題空間組態屬性。

屬性詳細資料

identity

命名空間資源識別資訊。

identity?: IdentityInfo

屬性值

inboundIpRules

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

inboundIpRules?: InboundIpRule[]

屬性值

publicNetworkAccess

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

publicNetworkAccess?: string

屬性值

string

sku

代表可用的 Sku 定價層。

sku?: NamespaceSku

屬性值

tags

命名空間資源的標記。

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

屬性值

{[propertyName: string]: string}

topicsConfiguration

Topics 可更新的組態屬性。

topicsConfiguration?: UpdateTopicsConfigurationInfo

屬性值

topicSpacesConfiguration

可更新的主題空間組態屬性。

topicSpacesConfiguration?: UpdateTopicSpacesConfigurationInfo

屬性值