Microsoft.Logic integrationAccounts/batchConfigurations 2016-06-01

Bicep 資源定義

integrationAccounts/batchConfigurations 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄

資源格式

若要建立 Microsoft.Logic/integrationAccounts/batchConfigurations 資源,請將下列 Bicep 新增至您的範本。

resource symbolicname 'Microsoft.Logic/integrationAccounts/batchConfigurations@2016-06-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 資源位置。 string
tags 資源標籤。 標記名稱和值的字典。 請參閱 範本中的標記
父系 (parent) 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源之外宣告子資源時,才需要新增這個屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型資源的符號名稱: integrationAccounts
properties 批次組態屬性。 BatchConfigurationProperties (必要)

BatchConfigurationProperties

名稱 描述
batchGroupName 批次群組的名稱。 字串 (必要)
changedTime 成品已變更時間。 string
createdTime 成品建立時間。 string
中繼資料 什麼 針對 Bicep,您可以使用 any () 函式。
releaseCriteria 批次發行準則。 BatchReleaseCriteria (必要)

BatchReleaseCriteria

名稱 描述
batchSize 批次大小以位元組為單位。 int
messageCount 訊息計數。 int
週期 週期。 WorkflowTriggerRecurrence

WorkflowTriggerRecurrence

名稱 描述
EndTime 結束時間。 string
frequency 頻率。 'Day'
'Hour'
'Minute'
'Month'
'NotSpecified'
'Second'
'Week'
'Year'
interval 間隔。 int
schedule 週期排程。 RecurrenceSchedule
startTime 開始時間。 string
timeZone 時區。 string

RecurrenceSchedule

名稱 描述
hours 小時。 int[]
minutes 分鐘數。 int[]
monthDays 月日。 int[]
monthlyOccurrences 每月出現次數。 RecurrenceScheduleOccurrence[]
weekDays 星期幾。 包含任何專案的字串陣列:
'Friday'
'Monday'
'Saturday'
'Sunday'
'Thursday'
'Tuesday'
'Wednesday'

RecurrenceScheduleOccurrence

名稱 描述
day 星期幾。 'Friday'
'Monday'
'Saturday'
'Sunday'
'Thursday'
'Tuesday'
'Wednesday'
occurrence 出現次數。 int

ARM 範本資源定義

integrationAccounts/batchConfigurations 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄

資源格式

若要建立 Microsoft.Logic/integrationAccounts/batchConfigurations 資源,請將下列 JSON 新增至您的範本。

{
  "type": "Microsoft.Logic/integrationAccounts/batchConfigurations",
  "apiVersion": "2016-06-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

名稱 描述
類型 資源類型 'Microsoft.Logic/integrationAccounts/batchConfigurations'
apiVersion 資源 API 版本 '2016-06-01'
NAME 資源名稱

請參閱如何在 JSON ARM 範本中設定子資源的名稱和類型。
字串 (必要)

字元限制:1-20

有效字元:
英數字元。
location 資源位置。 string
tags 資源標籤。 標記名稱和值的字典。 請參閱 範本中的標記
properties 批次組態屬性。 BatchConfigurationProperties (必要)

BatchConfigurationProperties

名稱 描述
batchGroupName 批次群組的名稱。 字串 (必要)
changedTime 成品已變更時間。 string
createdTime 成品建立時間。 string
中繼資料 什麼
releaseCriteria 批次發行準則。 BatchReleaseCriteria (必要)

BatchReleaseCriteria

名稱 描述
batchSize 批次大小,以位元組為單位。 int
messageCount 訊息計數。 int
週期 迴圈。 WorkflowTriggerRecurrence

WorkflowTriggerRecurrence

名稱 描述
EndTime 結束時間。 string
frequency 頻率。 'Day'
'Hour'
'Minute'
'Month'
'NotSpecified'
'Second'
'Week'
'Year'
interval 間隔。 int
schedule 週期排程。 RecurrenceSchedule
startTime 開始時間。 string
timeZone 時區。 string

RecurrenceSchedule

名稱 描述
hours 小時。 int[]
minutes 分鐘數。 int[]
monthDays 月份天數。 int[]
monthlyOccurrences 每月出現次數。 RecurrenceScheduleOccurrence[]
weekDays 星期幾。 包含任何專案的字串陣列:
'Friday'
'Monday'
'Saturday'
'Sunday'
'Thursday'
'Tuesday'
'Wednesday'

RecurrenceScheduleOccurrence

名稱 描述
day 星期幾。 'Friday'
'Monday'
'Saturday'
'Sunday'
'Thursday'
'Tuesday'
'Wednesday'
occurrence 發生次數。 int

Terraform (AzAPI 提供者) 資源定義

integrationAccounts/batchConfigurations 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。

資源格式

若要建立 Microsoft.Logic/integrationAccounts/batchConfigurations 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Logic/integrationAccounts/batchConfigurations@2016-06-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

名稱 描述
類型 資源類型 「Microsoft.Logic/integrationAccounts/batchConfigurations@2016-06-01」
NAME 資源名稱 需要字串 ()

字元限制:1-20

有效字元:
英數字元。
location 資源位置。 string
parent_id 此資源父系之資源的識別碼。 類型資源的識別碼: integrationAccounts
tags 資源標籤。 標記名稱和值的字典。
properties 批次組態屬性。 BatchConfigurationProperties (必要)

BatchConfigurationProperties

名稱 描述
batchGroupName 批次群組的名稱。 需要字串 ()
changedTime 成品變更時間。 string
createdTime 成品建立時間。 string
中繼資料 什麼
releaseCriteria 批次發行準則。 BatchReleaseCriteria (必要)

BatchReleaseCriteria

名稱 描述
batchSize 批次大小,以位元組為單位。 int
messageCount 訊息計數。 int
週期 迴圈。 WorkflowTriggerRecurrence

WorkflowTriggerRecurrence

名稱 描述
EndTime 結束時間。 string
frequency 頻率。 「Day」
「Hour」
「Minute」
「Month」
「NotSpecified」
「Second」
「Week」
「Year」
interval 間隔。 int
schedule 週期排程。 RecurrenceSchedule
startTime 開始時間。 string
timeZone 時區。 string

RecurrenceSchedule

名稱 描述
hours 小時。 int[]
minutes 分鐘數。 int[]
monthDays 月份天數。 int[]
monthlyOccurrences 每月出現次數。 RecurrenceScheduleOccurrence[]
weekDays 星期幾。 包含任何專案的字串陣列:
"Friday"
"Monday"
"Saturday"
"Sunday"
"Thursday"
"Tuesday"
"Wednesday"

RecurrenceScheduleOccurrence

名稱 描述
day 星期幾。 "Friday"
"Monday"
"Saturday"
"Sunday"
"Thursday"
"Tuesday"
"Wednesday"
occurrence 發生次數。 int