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

Microsoft.Logic integrationAccounts/batchConfigurations

Bicep 资源定义

integrationAccounts/batchConfigurations 资源类型可以使用目标操作进行部署:

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

资源格式

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

resource symbolicname 'Microsoft.Logic/integrationAccounts/batchConfigurations@2019-05-01' = {
  parent: resourceSymbolicName
  location: 'string'
  name: 'string'
  properties: {
    batchGroupName: 'string'
    changedTime: 'string'
    createdTime: 'string'
    metadata: any(Azure.Bicep.Types.Concrete.AnyType)
    releaseCriteria: {
      batchSize: int
      messageCount: int
      recurrence: {
        endTime: 'string'
        frequency: 'string'
        interval: int
        schedule: {
          hours: [
            int
          ]
          minutes: [
            int
          ]
          monthDays: [
            int
          ]
          monthlyOccurrences: [
            {
              day: 'string'
              occurrence: int
            }
          ]
          weekDays: [
            'string'
          ]
        }
        startTime: 'string'
        timeZone: 'string'
      }
    }
  }
  tags: {
    {customized property}: 'string'
  }
}

属性值

BatchConfigurationProperties

名字 描述 价值
batchGroupName 批处理组的名称。 string (必需)
changedTime 项目更改时间。 字符串
createdTime 项目创建时间。 字符串
元数据 什么 任何
releaseCriteria 批处理发布条件。 BatchReleaseCriteria (必需)

BatchReleaseCriteria

名字 描述 价值
batchSize 批大小(以字节为单位)。 int
messageCount 消息计数。 int
复发 重复周期。 WorkflowTriggerRecurrence

Microsoft.Logic/integrationAccounts/batchConfigurations

名字 描述 价值
位置 资源位置。 字符串
名字 资源名称 string (必需)
父母 在 Bicep 中,可以为子资源指定父资源。 仅当子资源在父资源外部声明时,才需要添加此属性。

有关详细信息,请参阅 父资源外部的子资源
类型资源的符号名称:integrationAccounts
性能 批处理配置属性。 BatchConfigurationProperties (必需)
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记

RecurrenceSchedule

名字 描述 价值
小时 小时数。 int[]
纪要 分钟数。 int[]
monthDays 月天。 int[]
monthlyOccurrences 每月发生次数。 RecurrenceScheduleOccurrence[]
平日 星期几。 包含任一项的字符串数组:
“Friday”
“Monday”
“Saturday”
“星期日”
“星期四”
“Tuesday”
“Wednesday”

RecurrenceScheduleOccurrence

名字 描述 价值
一周中的一天。 “Friday”
“Monday”
“Saturday”
“星期日”
“星期四”
“Tuesday”
“Wednesday”
发生 出现次数。 int

ResourceTags

名字 描述 价值

WorkflowTriggerRecurrence

名字 描述 价值
endTime 结束时间。 字符串
频率 频率。 “Day”
“Hour”
“Minute”
“Month”
“NotSpecified”
“Second”
“Week”
“Year”
间隔 间隔。 int
附表 重复计划。 RecurrenceSchedule
startTime 开始时间。 字符串
timeZone 时区。 字符串

ARM 模板资源定义

integrationAccounts/batchConfigurations 资源类型可以使用目标操作进行部署:

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

资源格式

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

{
  "type": "Microsoft.Logic/integrationAccounts/batchConfigurations",
  "apiVersion": "2019-05-01",
  "name": "string",
  "location": "string",
  "properties": {
    "batchGroupName": "string",
    "changedTime": "string",
    "createdTime": "string",
    "metadata": {},
    "releaseCriteria": {
      "batchSize": "int",
      "messageCount": "int",
      "recurrence": {
        "endTime": "string",
        "frequency": "string",
        "interval": "int",
        "schedule": {
          "hours": [ "int" ],
          "minutes": [ "int" ],
          "monthDays": [ "int" ],
          "monthlyOccurrences": [
            {
              "day": "string",
              "occurrence": "int"
            }
          ],
          "weekDays": [ "string" ]
        },
        "startTime": "string",
        "timeZone": "string"
      }
    }
  },
  "tags": {
    "{customized property}": "string"
  }
}

属性值

BatchConfigurationProperties

名字 描述 价值
batchGroupName 批处理组的名称。 string (必需)
changedTime 项目更改时间。 字符串
createdTime 项目创建时间。 字符串
元数据 什么 任何
releaseCriteria 批处理发布条件。 BatchReleaseCriteria (必需)

BatchReleaseCriteria

名字 描述 价值
batchSize 批大小(以字节为单位)。 int
messageCount 消息计数。 int
复发 重复周期。 WorkflowTriggerRecurrence

Microsoft.Logic/integrationAccounts/batchConfigurations

名字 描述 价值
apiVersion API 版本 '2019-05-01'
位置 资源位置。 字符串
名字 资源名称 string (必需)
性能 批处理配置属性。 BatchConfigurationProperties (必需)
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记
类型 资源类型 “Microsoft.Logic/integrationAccounts/batchConfigurations”

RecurrenceSchedule

名字 描述 价值
小时 小时数。 int[]
纪要 分钟数。 int[]
monthDays 月天。 int[]
monthlyOccurrences 每月发生次数。 RecurrenceScheduleOccurrence[]
平日 星期几。 包含任一项的字符串数组:
“Friday”
“Monday”
“Saturday”
“星期日”
“星期四”
“Tuesday”
“Wednesday”

RecurrenceScheduleOccurrence

名字 描述 价值
一周中的一天。 “Friday”
“Monday”
“Saturday”
“星期日”
“星期四”
“Tuesday”
“Wednesday”
发生 出现次数。 int

ResourceTags

名字 描述 价值

WorkflowTriggerRecurrence

名字 描述 价值
endTime 结束时间。 字符串
频率 频率。 “Day”
“Hour”
“Minute”
“Month”
“NotSpecified”
“Second”
“Week”
“Year”
间隔 间隔。 int
附表 重复计划。 RecurrenceSchedule
startTime 开始时间。 字符串
timeZone 时区。 字符串

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

integrationAccounts/batchConfigurations 资源类型可以使用目标操作进行部署:

  • 资源组

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

资源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Logic/integrationAccounts/batchConfigurations@2019-05-01"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      batchGroupName = "string"
      changedTime = "string"
      createdTime = "string"
      metadata = ?
      releaseCriteria = {
        batchSize = int
        messageCount = int
        recurrence = {
          endTime = "string"
          frequency = "string"
          interval = int
          schedule = {
            hours = [
              int
            ]
            minutes = [
              int
            ]
            monthDays = [
              int
            ]
            monthlyOccurrences = [
              {
                day = "string"
                occurrence = int
              }
            ]
            weekDays = [
              "string"
            ]
          }
          startTime = "string"
          timeZone = "string"
        }
      }
    }
  })
}

属性值

BatchConfigurationProperties

名字 描述 价值
batchGroupName 批处理组的名称。 string (必需)
changedTime 项目更改时间。 字符串
createdTime 项目创建时间。 字符串
元数据 什么 任何
releaseCriteria 批处理发布条件。 BatchReleaseCriteria (必需)

BatchReleaseCriteria

名字 描述 价值
batchSize 批大小(以字节为单位)。 int
messageCount 消息计数。 int
复发 重复周期。 WorkflowTriggerRecurrence

Microsoft.Logic/integrationAccounts/batchConfigurations

名字 描述 价值
位置 资源位置。 字符串
名字 资源名称 string (必需)
parent_id 此资源的父资源的 ID。 类型资源的 ID:integrationAccounts
性能 批处理配置属性。 BatchConfigurationProperties (必需)
标签 资源标记 标记名称和值的字典。
类型 资源类型 “Microsoft.Logic/integrationAccounts/batchConfigurations@2019-05-01”

RecurrenceSchedule

名字 描述 价值
小时 小时数。 int[]
纪要 分钟数。 int[]
monthDays 月天。 int[]
monthlyOccurrences 每月发生次数。 RecurrenceScheduleOccurrence[]
平日 星期几。 包含任一项的字符串数组:
“Friday”
“Monday”
“Saturday”
“星期日”
“星期四”
“Tuesday”
“Wednesday”

RecurrenceScheduleOccurrence

名字 描述 价值
一周中的一天。 “Friday”
“Monday”
“Saturday”
“星期日”
“星期四”
“Tuesday”
“Wednesday”
发生 出现次数。 int

ResourceTags

名字 描述 价值

WorkflowTriggerRecurrence

名字 描述 价值
endTime 结束时间。 字符串
频率 频率。 “Day”
“Hour”
“Minute”
“Month”
“NotSpecified”
“Second”
“Week”
“Year”
间隔 间隔。 int
附表 重复计划。 RecurrenceSchedule
startTime 开始时间。 字符串
timeZone 时区。 字符串