你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Microsoft.EventGrid 域 2023-06-01-preview
Bicep 资源定义
可以使用面向以下操作部署域资源类型:
- 资源组 - 请参阅 资源组部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.EventGrid/domains 资源,请将以下 Bicep 添加到模板。
resource symbolicname 'Microsoft.EventGrid/domains@2023-06-01-preview' = {
name: 'string'
location: 'string'
tags: {
tagName1: 'tagValue1'
tagName2: 'tagValue2'
}
sku: {
name: 'string'
}
identity: {
principalId: 'string'
tenantId: 'string'
type: 'string'
userAssignedIdentities: {
{customized property}: {
clientId: 'string'
principalId: 'string'
}
}
}
properties: {
autoCreateTopicWithFirstSubscription: bool
autoDeleteTopicWithLastSubscription: bool
dataResidencyBoundary: 'string'
disableLocalAuth: bool
eventTypeInfo: {
inlineEventTypes: {
{customized property}: {
dataSchemaUrl: 'string'
description: 'string'
displayName: 'string'
documentationUrl: 'string'
}
}
kind: 'Inline'
}
inboundIpRules: [
{
action: 'Allow'
ipMask: 'string'
}
]
inputSchema: 'string'
inputSchemaMapping: {
inputSchemaMappingType: 'string'
// For remaining properties, see InputSchemaMapping objects
}
minimumTlsVersionAllowed: 'string'
publicNetworkAccess: 'string'
}
}
InputSchemaMapping 对象
设置 inputSchemaMappingType 属性以指定对象的类型。
对于 Json,请使用:
inputSchemaMappingType: 'Json'
properties: {
dataVersion: {
defaultValue: 'string'
sourceField: 'string'
}
eventTime: {
sourceField: 'string'
}
eventType: {
defaultValue: 'string'
sourceField: 'string'
}
id: {
sourceField: 'string'
}
subject: {
defaultValue: 'string'
sourceField: 'string'
}
topic: {
sourceField: 'string'
}
}
属性值
domains
名称 | 说明 | 值 |
---|---|---|
name | 资源名称 | 字符串 (必需) 字符限制:3-50 有效字符: 字母数字和连字符。 |
location | 资源的位置。 | 字符串 (必需) |
标记 | 资源的标记。 | 标记名称和值的字典。 请参阅 模板中的标记 |
sku | 事件网格域资源的 SKU 定价层。 | ResourceSku |
标识 | 事件网格域资源的标识信息。 | IdentityInfo |
properties | 事件网格域资源的属性。 | DomainProperties |
IdentityInfo
名称 | 说明 | 值 |
---|---|---|
principalId | 资源标识的主体 ID。 | 字符串 |
tenantId | 资源的租户 ID。 | string |
type | 使用的托管标识的类型。 类型“SystemAssigned, UserAssigned”包括隐式创建的标识和一组用户分配的标识。 类型“None”将删除任何标识。 | “None” “SystemAssigned” “SystemAssigned, UserAssigned” “UserAssigned” |
userAssignedIdentities | 与资源关联的用户标识列表。 用户标识字典键引用将是采用以下格式的 ARM 资源 ID: “/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 此属性当前未使用,保留以供将来使用。 |
IdentityInfoUserAssignedIdentities |
IdentityInfoUserAssignedIdentities
名称 | 说明 | 值 |
---|---|---|
{customized property} | UserIdentityProperties |
UserIdentityProperties
名称 | 说明 | 值 |
---|---|---|
clientId | 用户分配标识的客户端 ID。 | 字符串 |
principalId | 用户分配标识的主体 ID。 | 字符串 |
DomainProperties
名称 | 说明 | 值 |
---|---|---|
autoCreateTopicWithFirstSubscription | 此布尔值用于指定与此事件网格域资源关联的“所有”事件网格域主题的创建机制。 在此上下文中,当为 true) 时,可以自动管理域主题的创建 (;如果为 false) ,则可以创建自托管 (。 此属性的默认值为 true。 当此属性为 null 或设置为 true 时,事件网格负责在第一个事件订阅为 时自动创建域主题 在域主题的范围内创建。 如果此属性设置为 false,则创建第一个事件订阅需要创建域主题 由用户。 如果用户希望完全控制域主题的创建时间,则可以使用自我管理模式,而自动管理模式提供 用户可灵活地执行更少的操作和管理更少的资源。 另请注意,在自动托管的创建模式下,允许用户创建 根据需要按需提供域主题。 |
bool |
autoDeleteTopicWithLastSubscription | 此布尔值用于指定与此事件网格域资源关联的“所有”事件网格域主题的删除机制。 在此上下文中,当为 true) 时,可以自动管理 (域主题的删除;如果为 false) ,则可以进行自我管理 (。 此属性的默认值为 true。 当此属性设置为 true 时,事件网格负责在范围的最后一个事件订阅时自动删除域主题 删除域主题的 。 如果此属性设置为 false,则用户需要在不再需要域主题时手动删除该主题 (例如,删除最后一个事件订阅,并且需要清理资源) 。 如果用户需要完整,则可以使用自我管理模式 控制何时需要删除域主题,而自动管理模式提供了执行更少操作和管理更少操作的灵活性 用户的资源。 |
bool |
dataResidencyBoundary | 资源Data Residency边界。 | “WithinGeopair” “WithinRegion” |
disableLocalAuth | 此布尔值用于启用或禁用本地身份验证。默认值为 false。 当 属性设置为 true 时,如果用户被允许发布到域,则仅使用 AAD 令牌进行身份验证。 | bool |
eventTypeInfo | 域的事件类型信息。 此信息由发布者提供,可供 订阅者,用于查看发布的不同类型的事件。 |
EventTypeInfo |
inboundIpRules | 这可用于限制来自特定 IP 而不是所有 IP 的流量。 注意:仅当启用了 PublicNetworkAccess 时,才会考虑这些内容。 | InboundIpRule[] |
inputSchema | 这决定了事件网格对发布到事件网格域资源的传入事件应采用的格式。 | “CloudEventSchemaV1_0” “CustomEventSchema” “EventGridSchema” |
inputSchemaMapping | 有关 InputSchemaMapping 的信息,它指定了有关映射事件有效负载的信息。 | InputSchemaMapping |
minimumTlsVersionAllowed | 允许发布到此域的发布者的最低 TLS 版本 | '1.0' '1.1' '1.2' |
publicNetworkAccess | 这确定是否允许通过公用网络进行流量。 默认情况下,它处于启用状态。 可以通过配置 {seealso cref=“P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainProperties.InboundIpRules” /} 来进一步限制为特定 IP |
'Disabled' 'Enabled' |
EventTypeInfo
名称 | 说明 | 值 |
---|---|---|
inlineEventTypes | 资源的内联事件类型的集合。 内联事件类型键属于字符串类型,表示事件的名称。 有效的内联事件名称的一个示例是“Contoso.OrderCreated”。 内联事件类型值为 InlineEventProperties 类型,将包含每个内联事件类型的附加信息。 |
EventTypeInfoInlineEventTypes |
kind | 使用的事件类型类型。 | “内联” |
EventTypeInfoInlineEventTypes
名称 | 说明 | 值 |
---|---|---|
{customized property} | InlineEventProperties |
InlineEventProperties
名称 | 说明 | 值 |
---|---|---|
dataSchemaUrl | 内联事件的 dataSchemaUrl。 | string |
description | 内联事件的说明。 | 字符串 |
displayName | 内联事件的 displayName。 | string |
documentationUrl | 内联事件的 documentationUrl。 | string |
InboundIpRule
名称 | 说明 | 值 |
---|---|---|
action | 要根据 IpMask 的匹配项或不匹配执行的操作。 | “允许” |
ipMask | 采用 CIDR 表示法的 IP 地址,例如 10.0.0.0/8。 | 字符串 |
InputSchemaMapping
名称 | 说明 | 值 |
---|---|---|
inputSchemaMappingType | 设置对象类型 | 需要 json () |
JsonInputSchemaMapping
名称 | 说明 | 值 |
---|---|---|
inputSchemaMappingType | 自定义映射的类型 | 需要“Json” () |
properties | 输入架构映射的 JSON 属性 | JsonInputSchemaMappingProperties |
JsonInputSchemaMappingProperties
名称 | 说明 | 值 |
---|---|---|
dataVersion | 事件网格事件的 DataVersion 属性的映射信息。 | JsonFieldWithDefault |
EventTime | 事件网格事件的 EventTime 属性的映射信息。 | JsonField |
eventType | 事件网格事件的 EventType 属性的映射信息。 | JsonFieldWithDefault |
id | 事件网格事件的 Id 属性的映射信息。 | JsonField |
subject | 事件网格事件的 Subject 属性的映射信息。 | JsonFieldWithDefault |
主题 | 事件网格事件的 Topic 属性的映射信息。 | JsonField |
JsonFieldWithDefault
名称 | 说明 | 值 |
---|---|---|
defaultValue | 如果未提供 SourceField,或者已发布的 JSON 事件有效负载中没有具有指定名称的属性,则用于映射的默认值。 | 字符串 |
sourceField | 要用作映射源的输入事件架构中的字段的名称。 | string |
JsonField
名称 | 说明 | 值 |
---|---|---|
sourceField | 要用作映射源的输入事件架构中的字段的名称。 | string |
ResourceSku
名称 | 说明 | 值 |
---|---|---|
name | 资源的 SKU 名称。 可能的值为:Basic 或 Premium。 | 'Basic' “Premium” |
ARM 模板资源定义
可以使用面向以下操作部署域资源类型:
- 资源组 - 请参阅 资源组部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.EventGrid/domains 资源,请将以下 JSON 添加到模板。
{
"type": "Microsoft.EventGrid/domains",
"apiVersion": "2023-06-01-preview",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"sku": {
"name": "string"
},
"identity": {
"principalId": "string",
"tenantId": "string",
"type": "string",
"userAssignedIdentities": {
"{customized property}": {
"clientId": "string",
"principalId": "string"
}
}
},
"properties": {
"autoCreateTopicWithFirstSubscription": "bool",
"autoDeleteTopicWithLastSubscription": "bool",
"dataResidencyBoundary": "string",
"disableLocalAuth": "bool",
"eventTypeInfo": {
"inlineEventTypes": {
"{customized property}": {
"dataSchemaUrl": "string",
"description": "string",
"displayName": "string",
"documentationUrl": "string"
}
},
"kind": "Inline"
},
"inboundIpRules": [
{
"action": "Allow",
"ipMask": "string"
}
],
"inputSchema": "string",
"inputSchemaMapping": {
"inputSchemaMappingType": "string"
// For remaining properties, see InputSchemaMapping objects
},
"minimumTlsVersionAllowed": "string",
"publicNetworkAccess": "string"
}
}
InputSchemaMapping 对象
设置 inputSchemaMappingType 属性以指定对象的类型。
对于 Json,请使用:
"inputSchemaMappingType": "Json",
"properties": {
"dataVersion": {
"defaultValue": "string",
"sourceField": "string"
},
"eventTime": {
"sourceField": "string"
},
"eventType": {
"defaultValue": "string",
"sourceField": "string"
},
"id": {
"sourceField": "string"
},
"subject": {
"defaultValue": "string",
"sourceField": "string"
},
"topic": {
"sourceField": "string"
}
}
属性值
domains
名称 | 说明 | Value |
---|---|---|
type | 资源类型 | 'Microsoft.EventGrid/domains' |
apiVersion | 资源 API 版本 | '2023-06-01-preview' |
name | 资源名称 | 字符串 (必需) 字符限制:3-50 有效字符: 字母数字和连字符。 |
location | 资源的位置。 | 字符串 (必需) |
标记 | 资源的标记。 | 标记名称和值的字典。 请参阅 模板中的标记 |
sku | 事件网格域资源的 SKU 定价层。 | ResourceSku |
标识 | 事件网格域资源的标识信息。 | IdentityInfo |
properties | 事件网格域资源的属性。 | DomainProperties |
IdentityInfo
名称 | 说明 | 值 |
---|---|---|
principalId | 资源标识的主体 ID。 | 字符串 |
tenantId | 资源的租户 ID。 | 字符串 |
type | 使用的托管标识的类型。 类型“SystemAssigned, UserAssigned”包括隐式创建的标识和一组用户分配的标识。 类型“None”将删除任何标识。 | “None” “SystemAssigned” “SystemAssigned, UserAssigned” “UserAssigned” |
userAssignedIdentities | 与资源关联的用户标识列表。 用户标识字典键引用将是采用以下格式的 ARM 资源 ID: “/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 此属性当前未使用,保留以供将来使用。 |
IdentityInfoUserAssignedIdentities |
IdentityInfoUserAssignedIdentities
名称 | 说明 | 值 |
---|---|---|
{customized property} | UserIdentityProperties |
UserIdentityProperties
名称 | 说明 | 值 |
---|---|---|
clientId | 用户分配标识的客户端 ID。 | 字符串 |
principalId | 用户分配标识的主体 ID。 | 字符串 |
DomainProperties
名称 | 说明 | 值 |
---|---|---|
autoCreateTopicWithFirstSubscription | 此布尔值用于指定与此事件网格域资源关联的“所有”事件网格域主题的创建机制。 在此上下文中,当为 true) 时,可以自动管理域主题的创建 (;如果为 false) ,则可以创建自托管 (。 此属性的默认值为 true。 当此属性为 null 或设置为 true 时,事件网格负责在第一个事件订阅为 时自动创建域主题 在域主题的范围内创建。 如果此属性设置为 false,则创建第一个事件订阅需要创建域主题 由用户。 如果用户希望完全控制域主题的创建时间,则可以使用自我管理模式,而自动管理模式提供 用户可灵活地执行更少的操作和管理更少的资源。 另请注意,在自动托管的创建模式下,允许用户创建 根据需要按需提供域主题。 |
bool |
autoDeleteTopicWithLastSubscription | 此布尔值用于指定与此事件网格域资源关联的“所有”事件网格域主题的删除机制。 在此上下文中,当为 true) 时,可以自动管理 (域主题的删除;如果为 false) ,则可以进行自我管理 (。 此属性的默认值为 true。 当此属性设置为 true 时,事件网格负责在范围的最后一个事件订阅时自动删除域主题 删除域主题的 。 如果此属性设置为 false,则用户需要在不再需要域主题时手动删除该主题 (例如,删除最后一个事件订阅,并且需要清理资源) 。 如果用户需要完整,则可以使用自我管理模式 控制何时需要删除域主题,而自动管理模式提供了执行更少操作和管理更少操作的灵活性 用户的资源。 |
bool |
dataResidencyBoundary | 资源Data Residency边界。 | “WithinGeopair” “WithinRegion” |
disableLocalAuth | 此布尔值用于启用或禁用本地身份验证。默认值为 false。 当 属性设置为 true 时,如果用户被允许发布到域,则仅使用 AAD 令牌进行身份验证。 | bool |
eventTypeInfo | 域的事件类型信息。 此信息由发布者提供,可供 订阅者,用于查看发布的不同类型的事件。 |
EventTypeInfo |
inboundIpRules | 这可用于限制来自特定 IP 而不是所有 IP 的流量。 注意:仅当启用了 PublicNetworkAccess 时,才会考虑这些内容。 | InboundIpRule[] |
inputSchema | 这决定了事件网格对发布到事件网格域资源的传入事件应采用的格式。 | “CloudEventSchemaV1_0” “CustomEventSchema” “EventGridSchema” |
inputSchemaMapping | 有关 InputSchemaMapping 的信息,它指定了有关映射事件有效负载的信息。 | InputSchemaMapping |
minimumTlsVersionAllowed | 允许发布到此域的发布者的最低 TLS 版本 | '1.0' '1.1' '1.2' |
publicNetworkAccess | 这确定是否允许通过公用网络流量。 默认情况下,它处于启用状态。 可以通过配置 {seealso cref=“P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainProperties.InboundIpRules” /} 进一步限制为特定 IP |
“Disabled” “已启用” |
EventTypeInfo
名称 | 说明 | 值 |
---|---|---|
inlineEventTypes | 资源的内联事件类型的集合。 内联事件类型键属于字符串类型,表示事件的名称。 有效的内联事件名称的一个示例是“Contoso.OrderCreated”。 内联事件类型值的类型为 InlineEventProperties,并包含每个内联事件类型的附加信息。 |
EventTypeInfoInlineEventTypes |
kind | 使用的事件类型。 | “内联” |
EventTypeInfoInlineEventTypes
名称 | 说明 | 值 |
---|---|---|
{customized property} | InlineEventProperties |
InlineEventProperties
名称 | 说明 | 值 |
---|---|---|
dataSchemaUrl | 内联事件的 dataSchemaUrl。 | string |
description | 内联事件的说明。 | 字符串 |
displayName | 内联事件的 displayName。 | string |
documentationUrl | 内联事件的文档Url。 | 字符串 |
InboundIpRule
名称 | 说明 | 值 |
---|---|---|
action | 要基于 IpMask 的匹配项或不匹配项执行的操作。 | “允许” |
ipMask | CIDR 表示法中的 IP 地址,例如 10.0.0.0/8。 | 字符串 |
InputSchemaMapping
名称 | 说明 | 值 |
---|---|---|
inputSchemaMappingType | 设置对象类型 | 需要 json () |
JsonInputSchemaMapping
名称 | 说明 | 值 |
---|---|---|
inputSchemaMappingType | 自定义映射的类型 | “Json” (必需) |
properties | 输入架构映射的 JSON 属性 | JsonInputSchemaMappingProperties |
JsonInputSchemaMappingProperties
名称 | 说明 | 值 |
---|---|---|
dataVersion | 事件网格事件的 DataVersion 属性的映射信息。 | JsonFieldWithDefault |
EventTime | 事件网格事件的 EventTime 属性的映射信息。 | JsonField |
eventType | 事件网格事件的 EventType 属性的映射信息。 | JsonFieldWithDefault |
id | 事件网格事件的 Id 属性的映射信息。 | JsonField |
subject | 事件网格事件的 Subject 属性的映射信息。 | JsonFieldWithDefault |
主题 | 事件网格事件的 Topic 属性的映射信息。 | JsonField |
JsonFieldWithDefault
名称 | 说明 | 值 |
---|---|---|
defaultValue | 如果未提供 SourceField,或者发布的 JSON 事件有效负载中没有具有指定名称的属性,则用于映射的默认值。 | 字符串 |
sourceField | 要用作映射源的输入事件架构中的字段的名称。 | 字符串 |
JsonField
名称 | 说明 | 值 |
---|---|---|
sourceField | 要用作映射源的输入事件架构中的字段的名称。 | string |
ResourceSku
名称 | 说明 | 值 |
---|---|---|
name | 资源的 SKU 名称。 可能的值为:Basic 或 Premium。 | “Basic” “Premium” |
Terraform (AzAPI 提供程序) 资源定义
可以使用针对以下操作部署域资源类型:
- 资源组
有关每个 API 版本中更改的属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.EventGrid/domains 资源,请将以下 Terraform 添加到模板。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.EventGrid/domains@2023-06-01-preview"
name = "string"
location = "string"
parent_id = "string"
tags = {
tagName1 = "tagValue1"
tagName2 = "tagValue2"
}
identity {
type = "string"
identity_ids = []
}
body = jsonencode({
properties = {
autoCreateTopicWithFirstSubscription = bool
autoDeleteTopicWithLastSubscription = bool
dataResidencyBoundary = "string"
disableLocalAuth = bool
eventTypeInfo = {
inlineEventTypes = {
{customized property} = {
dataSchemaUrl = "string"
description = "string"
displayName = "string"
documentationUrl = "string"
}
}
kind = "Inline"
}
inboundIpRules = [
{
action = "Allow"
ipMask = "string"
}
]
inputSchema = "string"
inputSchemaMapping = {
inputSchemaMappingType = "string"
// For remaining properties, see InputSchemaMapping objects
}
minimumTlsVersionAllowed = "string"
publicNetworkAccess = "string"
}
sku = {
name = "string"
}
})
}
InputSchemaMapping 对象
设置 inputSchemaMappingType 属性以指定对象的类型。
对于 Json,请使用:
inputSchemaMappingType = "Json"
properties = {
dataVersion = {
defaultValue = "string"
sourceField = "string"
}
eventTime = {
sourceField = "string"
}
eventType = {
defaultValue = "string"
sourceField = "string"
}
id = {
sourceField = "string"
}
subject = {
defaultValue = "string"
sourceField = "string"
}
topic = {
sourceField = "string"
}
}
属性值
domains
名称 | 说明 | Value |
---|---|---|
type | 资源类型 | “Microsoft.EventGrid/domains@2023-06-01-preview” |
name | 资源名称 | 字符串 (必需) 字符限制:3-50 有效字符: 字母数字和连字符。 |
location | 资源的位置。 | 字符串 (必需) |
parent_id | 若要部署到资源组,请使用该资源组的 ID。 | 字符串 (必需) |
标记 | 资源的标记。 | 标记名称和值的字典。 |
sku | 事件网格域资源的 SKU 定价层。 | ResourceSku |
标识 | 事件网格域资源的标识信息。 | IdentityInfo |
properties | 事件网格域资源的属性。 | DomainProperties |
IdentityInfo
名称 | 说明 | Value |
---|---|---|
type | 使用的托管标识的类型。 类型“SystemAssigned,UserAssigned”包括隐式创建的标识和一组用户分配的标识。 类型“None”将删除任何标识。 | “SystemAssigned” “SystemAssigned,UserAssigned” “UserAssigned” |
identity_ids | 与资源关联的用户标识列表。 用户标识字典密钥引用将采用以下格式的 ARM 资源 ID: “/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 此属性当前未使用,并保留以供将来使用。 |
用户标识 ID 数组。 |
IdentityInfoUserAssignedIdentities
名称 | 说明 | 值 |
---|---|---|
{customized property} | UserIdentityProperties |
UserIdentityProperties
名称 | 说明 | 值 |
---|---|---|
clientId | 用户分配标识的客户端 ID。 | string |
principalId | 用户分配的标识的主体 ID。 | 字符串 |
DomainProperties
名称 | 说明 | 值 |
---|---|---|
autoCreateTopicWithFirstSubscription | 此布尔值用于指定与此事件网格域资源关联的“所有”事件网格域主题的创建机制。 在此上下文中,当为 true) 时,可以自动管理 (域主题的创建;如果为 false) ,则可以创建自管理 (。 此属性的默认值为 true。 当此属性为 null 或设置为 true 时,事件网格负责在第一个事件订阅为时自动创建域主题 在域主题的范围内创建。 如果此属性设置为 false,则创建第一个事件订阅将需要创建域主题 由用户。 如果用户希望完全控制域主题的创建时间,则可以使用自我管理模式,而自动管理模式提供 用户可灵活地执行更少的操作和管理更少的资源。 另请注意,在自动管理的创建模式下,允许用户创建 如果需要,按需域主题。 |
bool |
autoDeleteTopicWithLastSubscription | 此布尔值用于指定与此事件网格域资源关联的“所有”事件网格域主题的删除机制。 在此上下文中,当为 true) 时,可以自动管理 (域主题的删除;如果为 false) ,则可以自行管理 (。 此属性的默认值为 true。 当此属性设置为 true 时,事件网格负责在范围的最后一个事件订阅时自动删除域主题 删除域主题的 。 如果此属性设置为 false,则用户需要在不再需要域主题时手动删除该主题 (例如,删除最后一个事件订阅并且需要清理资源) 。 如果用户需要完整,则可以使用自我管理模式 控制何时需要删除域主题,而自动管理模式提供了执行更少操作和管理更少操作的灵活性 用户的资源。 |
bool |
dataResidency境境 | Data Residency资源的边界。 | “WithinGeopair” “WithinRegion” |
disableLocalAuth | 此布尔值用于启用或禁用本地身份验证。默认值为 false。 当 属性设置为 true 时,如果用户被允许发布到域,则仅使用 AAD 令牌进行身份验证。 | bool |
eventTypeInfo | 域的事件类型信息。 此信息由发布者提供,可由 订阅者用于查看发布的不同类型的事件。 |
EventTypeInfo |
inboundIpRules | 这可用于限制来自特定 IP 而不是所有 IP 的流量。 注意:仅当启用了 PublicNetworkAccess 时,才会考虑这些项。 | InboundIpRule[] |
inputSchema | 这决定了事件网格应预期发布到事件网格域资源的传入事件的格式。 | “CloudEventSchemaV1_0” “CustomEventSchema” “EventGridSchema” |
inputSchemaMapping | 有关 InputSchemaMapping 的信息,它指定了有关映射事件有效负载的信息。 | InputSchemaMapping |
minimumTlsVersionAllowed | 允许发布到此域的发布者的最低 TLS 版本 | "1.0" "1.1" "1.2" |
publicNetworkAccess | 这确定是否允许通过公用网络流量。 默认情况下,它处于启用状态。 可以通过配置 {seealso cref=“P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainProperties.InboundIpRules” /} 进一步限制为特定 IP |
“Disabled” “已启用” |
EventTypeInfo
名称 | 说明 | 值 |
---|---|---|
inlineEventTypes | 资源的内联事件类型的集合。 内联事件类型键属于字符串类型,表示事件的名称。 有效的内联事件名称的一个示例是“Contoso.OrderCreated”。 内联事件类型值的类型为 InlineEventProperties,并包含每个内联事件类型的附加信息。 |
EventTypeInfoInlineEventTypes |
kind | 使用的事件类型。 | “内联” |
EventTypeInfoInlineEventTypes
名称 | 说明 | 值 |
---|---|---|
{customized property} | InlineEventProperties |
InlineEventProperties
名称 | 说明 | 值 |
---|---|---|
dataSchemaUrl | 内联事件的 dataSchemaUrl。 | string |
description | 内联事件的说明。 | 字符串 |
displayName | 内联事件的 displayName。 | string |
documentationUrl | 内联事件的文档Url。 | string |
InboundIpRule
名称 | 说明 | 值 |
---|---|---|
action | 要根据 IpMask 的匹配项或不匹配执行的操作。 | “允许” |
ipMask | 采用 CIDR 表示法的 IP 地址,例如 10.0.0.0/8。 | string |
InputSchemaMapping
名称 | 说明 | 值 |
---|---|---|
inputSchemaMappingType | 设置对象类型 | 需要 json () |
JsonInputSchemaMapping
名称 | 说明 | 值 |
---|---|---|
inputSchemaMappingType | 自定义映射的类型 | “Json” (必需) |
properties | 输入架构映射的 JSON 属性 | JsonInputSchemaMappingProperties |
JsonInputSchemaMappingProperties
名称 | 说明 | 值 |
---|---|---|
dataVersion | 事件网格事件的 DataVersion 属性的映射信息。 | JsonFieldWithDefault |
EventTime | 事件网格事件的 EventTime 属性的映射信息。 | JsonField |
eventType | 事件网格事件的 EventType 属性的映射信息。 | JsonFieldWithDefault |
id | 事件网格事件的 Id 属性的映射信息。 | JsonField |
subject | 事件网格事件的 Subject 属性的映射信息。 | JsonFieldWithDefault |
主题 | 事件网格事件的 Topic 属性的映射信息。 | JsonField |
JsonFieldWithDefault
名称 | 说明 | 值 |
---|---|---|
defaultValue | 如果未提供 SourceField,或者已发布的 JSON 事件有效负载中没有具有指定名称的属性,则用于映射的默认值。 | string |
sourceField | 要用作映射源的输入事件架构中的字段的名称。 | 字符串 |
JsonField
名称 | 说明 | 值 |
---|---|---|
sourceField | 要用作映射源的输入事件架构中的字段的名称。 | string |
ResourceSku
名称 | 说明 | 值 |
---|---|---|
name | 资源的 SKU 名称。 可能的值为:Basic 或 Premium。 | "Basic" “Premium” |