共用方式為


PartnerNamespaceUpdateParameters 類別

合作夥伴命名空間更新的屬性。

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

建構函式

PartnerNamespaceUpdateParameters(*, tags: Dict[str, str] | 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, **kwargs: Any)

Keyword-Only Parameters

tags
dict[str, str]

合作夥伴命名空間的標記。

public_network_access
strPublicNetworkAccess

這會判斷是否允許透過公用網路流量。 預設會啟用它。 您可以藉由設定 <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PartnerNamespaceUpdateParameterProperties.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 權杖會用來驗證是否允許使用者發佈至合作夥伴命名空間。

變數

tags
dict[str, str]

合作夥伴命名空間的標記。

public_network_access
strPublicNetworkAccess

這會判斷是否允許透過公用網路流量。 預設會啟用它。 您可以藉由設定 <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PartnerNamespaceUpdateParameterProperties.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 權杖會用來驗證是否允許使用者發佈至合作夥伴命名空間。