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

Microsoft.EventGrid 域 2019-02-01-preview

Bicep 资源定义

可以使用目标操作部署域资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.EventGrid/domains 资源,请将以下 Bicep 添加到模板。

resource symbolicname 'Microsoft.EventGrid/domains@2019-02-01-preview' = {
  location: 'string'
  name: 'string'
  properties: {
    inputSchema: 'string'
    inputSchemaMapping: {
      inputSchemaMappingType: 'string'
      // For remaining properties, see InputSchemaMapping objects
    }
  }
  tags: {
    {customized property}: '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'
    }
  }
}

属性值

DomainProperties

名字 描述 价值
inputSchema 这决定了事件网格应期望用于发布到域的传入事件的格式。 “CloudEventV01Schema”
“CustomEventSchema”
“EventGridSchema”
inputSchemaMapping 有关 InputSchemaMapping 的信息,其中指定了映射事件有效负载的信息。 InputSchemaMapping

InputSchemaMapping

名字 描述 价值
inputSchemaMappingType 对于 JsonInputSchemaMapping,请设置为“Json”。 “Json”(必需)

JsonField

名字 描述 价值
sourceField 要用作映射源的输入事件架构中的字段的名称。 字符串

JsonFieldWithDefault

名字 描述 价值
defaultValue 如果未提供 SourceField 或已发布 JSON 事件有效负载中没有具有指定名称的属性,则用于映射的默认值。 字符串
sourceField 要用作映射源的输入事件架构中的字段的名称。 字符串

JsonInputSchemaMapping

名字 描述 价值
inputSchemaMappingType 自定义映射的类型 “Json”(必需)
性能 输入架构映射的 JSON 属性 JsonInputSchemaMappingProperties

JsonInputSchemaMappingProperties

名字 描述 价值
dataVersion 事件网格事件的 DataVersion 属性的映射信息。 JsonFieldWithDefault
eventTime 事件网格事件的 EventTime 属性的映射信息。 JsonField
eventType 事件网格事件的 EventType 属性的映射信息。 JsonFieldWithDefault
id 事件网格事件的 Id 属性的映射信息。 JsonField
主题 事件网格事件的 Subject 属性的映射信息。 JsonFieldWithDefault
主题 事件网格事件的 Topic 属性的映射信息。 JsonField

Microsoft.EventGrid/domains

名字 描述 价值
位置 资源的位置 string (必需)
名字 资源名称 string (必需)
性能 域的属性 DomainProperties
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记

TrackedResourceTags

名字 描述 价值

ARM 模板资源定义

可以使用目标操作部署域资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.EventGrid/domains 资源,请将以下 JSON 添加到模板。

{
  "type": "Microsoft.EventGrid/domains",
  "apiVersion": "2019-02-01-preview",
  "name": "string",
  "location": "string",
  "properties": {
    "inputSchema": "string",
    "inputSchemaMapping": {
      "inputSchemaMappingType": "string"
      // For remaining properties, see InputSchemaMapping objects
    }
  },
  "tags": {
    "{customized property}": "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"
    }
  }
}

属性值

DomainProperties

名字 描述 价值
inputSchema 这决定了事件网格应期望用于发布到域的传入事件的格式。 “CloudEventV01Schema”
“CustomEventSchema”
“EventGridSchema”
inputSchemaMapping 有关 InputSchemaMapping 的信息,其中指定了映射事件有效负载的信息。 InputSchemaMapping

InputSchemaMapping

名字 描述 价值
inputSchemaMappingType 对于 JsonInputSchemaMapping,请设置为“Json”。 “Json”(必需)

JsonField

名字 描述 价值
sourceField 要用作映射源的输入事件架构中的字段的名称。 字符串

JsonFieldWithDefault

名字 描述 价值
defaultValue 如果未提供 SourceField 或已发布 JSON 事件有效负载中没有具有指定名称的属性,则用于映射的默认值。 字符串
sourceField 要用作映射源的输入事件架构中的字段的名称。 字符串

JsonInputSchemaMapping

名字 描述 价值
inputSchemaMappingType 自定义映射的类型 “Json”(必需)
性能 输入架构映射的 JSON 属性 JsonInputSchemaMappingProperties

JsonInputSchemaMappingProperties

名字 描述 价值
dataVersion 事件网格事件的 DataVersion 属性的映射信息。 JsonFieldWithDefault
eventTime 事件网格事件的 EventTime 属性的映射信息。 JsonField
eventType 事件网格事件的 EventType 属性的映射信息。 JsonFieldWithDefault
id 事件网格事件的 Id 属性的映射信息。 JsonField
主题 事件网格事件的 Subject 属性的映射信息。 JsonFieldWithDefault
主题 事件网格事件的 Topic 属性的映射信息。 JsonField

Microsoft.EventGrid/domains

名字 描述 价值
apiVersion API 版本 '2019-02-01-preview'
位置 资源的位置 string (必需)
名字 资源名称 string (必需)
性能 域的属性 DomainProperties
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记
类型 资源类型 “Microsoft.EventGrid/domains”

TrackedResourceTags

名字 描述 价值

Terraform (AzAPI 提供程序)资源定义

可以使用目标操作部署域资源类型:

  • 资源组

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.EventGrid/domains 资源,请将以下 Terraform 添加到模板。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.EventGrid/domains@2019-02-01-preview"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      inputSchema = "string"
      inputSchemaMapping = {
        inputSchemaMappingType = "string"
        // For remaining properties, see InputSchemaMapping objects
      }
    }
  })
}

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"
    }
  }
}

属性值

DomainProperties

名字 描述 价值
inputSchema 这决定了事件网格应期望用于发布到域的传入事件的格式。 “CloudEventV01Schema”
“CustomEventSchema”
“EventGridSchema”
inputSchemaMapping 有关 InputSchemaMapping 的信息,其中指定了映射事件有效负载的信息。 InputSchemaMapping

InputSchemaMapping

名字 描述 价值
inputSchemaMappingType 对于 JsonInputSchemaMapping,请设置为“Json”。 “Json”(必需)

JsonField

名字 描述 价值
sourceField 要用作映射源的输入事件架构中的字段的名称。 字符串

JsonFieldWithDefault

名字 描述 价值
defaultValue 如果未提供 SourceField 或已发布 JSON 事件有效负载中没有具有指定名称的属性,则用于映射的默认值。 字符串
sourceField 要用作映射源的输入事件架构中的字段的名称。 字符串

JsonInputSchemaMapping

名字 描述 价值
inputSchemaMappingType 自定义映射的类型 “Json”(必需)
性能 输入架构映射的 JSON 属性 JsonInputSchemaMappingProperties

JsonInputSchemaMappingProperties

名字 描述 价值
dataVersion 事件网格事件的 DataVersion 属性的映射信息。 JsonFieldWithDefault
eventTime 事件网格事件的 EventTime 属性的映射信息。 JsonField
eventType 事件网格事件的 EventType 属性的映射信息。 JsonFieldWithDefault
id 事件网格事件的 Id 属性的映射信息。 JsonField
主题 事件网格事件的 Subject 属性的映射信息。 JsonFieldWithDefault
主题 事件网格事件的 Topic 属性的映射信息。 JsonField

Microsoft.EventGrid/domains

名字 描述 价值
位置 资源的位置 string (必需)
名字 资源名称 string (必需)
性能 域的属性 DomainProperties
标签 资源标记 标记名称和值的字典。
类型 资源类型 “Microsoft.EventGrid/domains@2019-02-01-preview”

TrackedResourceTags

名字 描述 价值