你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventGridTopicPatch 类

定义

主题更新的属性。

public class EventGridTopicPatch
type EventGridTopicPatch = class
Public Class EventGridTopicPatch
继承
EventGridTopicPatch

构造函数

EventGridTopicPatch()

初始化 EventGridTopicPatch 的新实例。

属性

DataResidencyBoundary

主题的数据驻留边界。

EventTypeInfo

主题的 eventTypeInfo。

Identity

主题资源标识信息。

InboundIPRules

这可用于限制来自特定 IP 而不是所有 IP 的流量。 注意:仅当启用了 PublicNetworkAccess 时,才会考虑这些项。

IsLocalAuthDisabled

此布尔值用于启用或禁用本地身份验证。默认值为 false。 当 属性设置为 true 时,如果允许用户发布到主题,则仅使用 AAD 令牌进行身份验证。

MinimumTlsVersionAllowed

允许发布到此域的发布者的最低 TLS 版本。

PublicNetworkAccess

这确定是否允许通过公用网络流量。 默认情况下,它处于启用状态。 可以通过配置 <seealso cref=“P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules” />

SkuName

资源的 SKU 名称。 可能的值为:Basic 或 Premium。

Tags

主题资源的标记。

适用于