共用方式為


TopicUpdateParameters 類別

主題更新的屬性。

繼承
azure.mgmt.eventgrid._serialization.Model
TopicUpdateParameters

建構函式

TopicUpdateParameters(*, tags: Dict[str, str] | None = None, identity: _models.IdentityInfo | None = None, sku: _models.ResourceSku | None = None, public_network_access: str | _models.PublicNetworkAccess | None = None, inbound_ip_rules: List[_models.InboundIpRule] | None = None, minimum_tls_version_allowed: str | _models.TlsVersion | None = None, disable_local_auth: bool | None = None, data_residency_boundary: str | _models.DataResidencyBoundary | None = None, event_type_info: _models.EventTypeInfo | None = None, **kwargs: Any)

Keyword-Only Parameters

tags
dict[str, str]

主題資源的標籤。

identity
IdentityInfo

主題資源識別資訊。

sku
ResourceSku

主題的 SKU 定價層。

public_network_access
strPublicNetworkAccess

這會判斷是否允許透過公用網路流量。 預設會啟用它。 您可以藉由設定 <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules" /> 來進一步限制特定 IP。 已知值為:「Enabled」、「Disabled」 和 「SecuredByPerimeter」。

inbound_ip_rules
list[InboundIpRule]

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

minimum_tls_version_allowed
strTlsVersion

允許發行至此網域之發行者的最小 TLS 版本。 已知值為:「1.0」、「1.1」 和 「1.2」。

disable_local_auth
bool

此布林值是用來啟用或停用本機驗證。預設值為 false。 當 屬性設定為 true 時,只有在允許使用者發佈至主題時,才會使用 AAD 權杖進行驗證。

data_residency_boundary
strDataResidencyBoundary

主題的資料落地界限。 已知值為:「WithinGeopair」 和 「WithinRegion」。

event_type_info
EventTypeInfo

主題的 eventTypeInfo。

變數

tags
dict[str, str]

主題資源的標籤。

identity
IdentityInfo

主題資源識別資訊。

sku
ResourceSku

主題的 SKU 定價層。

public_network_access
strPublicNetworkAccess

這會判斷是否允許透過公用網路流量。 預設會啟用它。 您可以藉由設定 <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules" /> 來進一步限制特定 IP。 已知值為:「Enabled」、「Disabled」 和 「SecuredByPerimeter」。

inbound_ip_rules
list[InboundIpRule]

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

minimum_tls_version_allowed
strTlsVersion

允許發行至此網域之發行者的最小 TLS 版本。 已知值為:「1.0」、「1.1」 和 「1.2」。

disable_local_auth
bool

此布林值是用來啟用或停用本機驗證。預設值為 false。 當 屬性設定為 true 時,只有在允許使用者發佈至主題時,才會使用 AAD 權杖進行驗證。

data_residency_boundary
strDataResidencyBoundary

主題的資料落地界限。 已知值為:「WithinGeopair」 和 「WithinRegion」。

event_type_info
EventTypeInfo

主題的 eventTypeInfo。