你当前正在访问 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' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  parent: resourceSymbolicName
  properties: {
    batchGroupName: 'string'
    changedTime: 'string'
    createdTime: 'string'
    metadata: any()
    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'
      }
    }
  }
}

属性值

integrationAccounts/batchConfigurations

名称 说明
name 资源名称

了解如何在 Bicep 中设置子资源的名称和类型。
字符串 (必需)

字符限制:1-20

有效字符:
字母数字。
location 资源位置。 字符串
标记 资源标记。 标记名称和值的字典。 请参阅 模板中的标记
父级 (parent) 在 Bicep 中,可以为子资源指定父资源。 仅当子资源在父资源外部声明时,才需要添加此属性。

有关详细信息,请参阅 父资源之外的子资源
类型为的资源的符号名称: integrationAccounts
properties 批处理配置属性。 BatchConfigurationProperties (必需)

BatchConfigurationProperties

名称 说明
batchGroupName 批处理组的名称。 字符串 (必需)
changedTime 项目更改时间。 字符串
createdTime 项目创建时间。 string
metadata 任意 对于 Bicep,可以使用 any () 函数。
releaseCriteria 批量发布条件。 需要 BatchReleaseCriteria ()

BatchReleaseCriteria

名称 说明
batchSize 批大小(以字节为单位)。 int
messageCount 消息计数。 int
recurrence 重复周期。 WorkflowTriggerRecurrence

WorkflowTriggerRecurrence

名称 说明
endTime 结束时间。 字符串
频率 频率。 “Day”
“Hour”
'Minute'
“Month”
“NotSpecified”
'Second'
“Week”
“Year”
interval 间隔。 int
schedule 定期计划。 RecurrenceSchedule
startTime 开始时间。 字符串
timezone 时区。 字符串

RecurrenceSchedule

名称 说明
小时 小时。 int[]
分钟数 分钟。 int[]
monthDays 月天数。 int[]
monthlyOccurrences 每月发生次数。 RecurrenceScheduleOccurrence[]
工作日 一周中的几天。 包含任何一项的字符串数组:
“Friday”
“Monday”
“Saturday”
“星期日”
“星期四”
“Tuesday”
“Wednesday”

RecurrenceScheduleOccurrence

名称 说明
day 星期几。 “Friday”
“Monday”
“Saturday”
“星期日”
“星期四”
“Tuesday”
“Wednesday”
occurrence 匹配项。 int

ARM 模板资源定义

integrationAccounts/batchConfigurations 资源类型可以使用面向以下对象的操作进行部署:

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

资源格式

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

{
  "type": "Microsoft.Logic/integrationAccounts/batchConfigurations",
  "apiVersion": "2019-05-01",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "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"
      }
    }
  }
}

属性值

integrationAccounts/batchConfigurations

名称 说明 Value
type 资源类型 “Microsoft.Logic/integrationAccounts/batchConfigurations”
apiVersion 资源 API 版本 '2019-05-01'
name 资源名称

了解如何在 JSON ARM 模板中设置子资源的名称和类型。
字符串 (必需)

字符限制:1-20

有效字符:
字母数字。
location 资源位置。 字符串
标记 资源标记。 标记名称和值的字典。 请参阅 模板中的标记
properties 批处理配置属性。 BatchConfigurationProperties (必需)

BatchConfigurationProperties

名称 说明
batchGroupName 批处理组的名称。 字符串 (必需)
changedTime 项目更改时间。 string
createdTime 项目创建时间。 string
metadata 任意
releaseCriteria 批量发布条件。 需要 BatchReleaseCriteria ()

BatchReleaseCriteria

名称 说明
batchSize 批大小(以字节为单位)。 int
messageCount 消息计数。 int
recurrence 定期。 WorkflowTriggerRecurrence

WorkflowTriggerRecurrence

名称 说明
endTime 结束时间。 string
频率 频率。 “Day”
“Hour”
“Minute”
“Month”
“NotSpecified”
“Second”
“Week”
“Year”
interval 间隔。 int
schedule 定期计划。 RecurrenceSchedule
startTime 开始时间。 string
timezone 时区。 字符串

RecurrenceSchedule

名称 说明
小时 小时。 int[]
分钟数 分钟数。 int[]
monthDays 月天数。 int[]
monthlyOccurrences 每月出现次数。 RecurrenceScheduleOccurrence[]
工作日 一周中的几天。 包含任意项的字符串数组:
“Friday”
“Monday”
“Saturday”
“星期日”
“星期四”
“Tuesday”
“星期三”

RecurrenceScheduleOccurrence

名称 说明
day 星期几。 “Friday”
“Monday”
“Saturday”
“星期日”
“星期四”
“Tuesday”
“星期三”
occurrence 匹配项。 int

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"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  body = jsonencode({
    properties = {
      batchGroupName = "string"
      changedTime = "string"
      createdTime = "string"
      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"
        }
      }
    }
  })
}

属性值

integrationAccounts/batchConfigurations

名称 说明 Value
type 资源类型 “Microsoft.Logic/integrationAccounts/batchConfigurations@2019-05-01”
name 资源名称 字符串 (必需)

字符限制:1-20

有效字符:
字母数字。
location 资源位置。 string
parent_id 此资源的父资源 ID。 类型为:integrationAccounts 的资源的 ID
标记 资源标记。 标记名称和值的字典。
properties 批处理配置属性。 BatchConfigurationProperties (必需)

BatchConfigurationProperties

名称 说明
batchGroupName 批处理组的名称。 字符串 (必需)
changedTime 项目更改时间。 string
createdTime 项目创建时间。 string
metadata 任意
releaseCriteria 批处理发布条件。 需要 BatchReleaseCriteria ()

BatchReleaseCriteria

名称 说明
batchSize 批大小(以字节为单位)。 int
messageCount 消息计数。 int
recurrence 定期。 WorkflowTriggerRecurrence

WorkflowTriggerRecurrence

名称 说明
endTime 结束时间。 string
频率 频率。 “Day”
“Hour”
“Minute”
“Month”
“NotSpecified”
“Second”
“Week”
“Year”
interval 间隔。 int
schedule 定期计划。 RecurrenceSchedule
startTime 开始时间。 字符串
timezone 时区。 string

RecurrenceSchedule

名称 说明
小时 小时。 int[]
分钟数 分钟数。 int[]
monthDays 月天数。 int[]
monthlyOccurrences 每月出现次数。 RecurrenceScheduleOccurrence[]
工作日 一周中的几天。 包含任意项的字符串数组:
"Friday"
“星期一”
“星期六”
"Sunday"
"Thursday"
"Tuesday"
"Wednesday"

RecurrenceScheduleOccurrence

名称 说明
day 星期几。 "Friday"
“星期一”
“星期六”
"Sunday"
"Thursday"
"Tuesday"
"Wednesday"
occurrence 匹配项。 int