Share via


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

속성 Description
name 리소스 이름

Bicep에서 자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요.
string(필수)

문자 제한: 1-20

유효한 문자:
영숫자
위치 리소스 위치입니다. 문자열
tags 리소스 태그입니다. 태그 이름 및 값의 사전입니다. 템플릿의 태그를 참조하세요.
부모(parent) Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가하면 됩니다.

자세한 내용은 부모 리소스 외부의 자식 리소스를 참조하세요.
형식의 리소스에 대한 기호 이름: integrationAccounts
properties 일괄 처리 구성 속성입니다. BatchConfigurationProperties (필수)

BatchConfigurationProperties

속성 Description
batchGroupName 일괄 처리 그룹의 이름입니다. string(필수)
changedTime 아티팩트가 시간을 변경했습니다. 문자열
createdTime 아티팩트 생성 시간입니다. 문자열
metadata 모두 Bicep의 경우 any() 함수를 사용할 수 있습니다.
releaseCriteria 일괄 처리 릴리스 조건입니다. BatchReleaseCriteria (필수)

BatchReleaseCriteria

속성 Description
batchSize 일괄 처리 크기(바이트)입니다. int
messageCount 메시지 수입니다. int
되풀이 되풀이입니다. WorkflowTriggerRecurrence

WorkflowTriggerRecurrence

속성 Description
endTime 종료 시간입니다. 문자열
frequency 빈도입니다. 'Day'
'Hour'
'Minute'
'월'
'NotSpecified'
'Second'
'Week'
'Year'
interval 간격입니다. int
schedule 되풀이 일정입니다. RecurrenceSchedule
startTime 시작 시간입니다. 문자열
timeZone 표준 시간대입니다. 문자열

RecurrenceSchedule

속성 Description
시간 시간. int[]
minutes 분입니다. int[]
monthDays 월 일입니다. int[]
monthlyOccurrences 월별 발생 입니다. RecurrenceScheduleOccurrence[]
weekDays 요일입니다. 다음 중 어느 것을 포함하는 문자열 배열:
'금요일'
'월요일'
'토요일'
'일요일'
'목요일'
'화요일'
'수요일'

RecurrenceScheduleOccurrence

속성 Description
요일입니다. '금요일'
'월요일'
'토요일'
'일요일'
'목요일'
'화요일'
'수요일'
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

속성 Description
형식 리소스 종류 'Microsoft.Logic/integrationAccounts/batchConfigurations'
apiVersion 리소스 api 버전 '2019-05-01'
name 리소스 이름

JSON ARM 템플릿에서 자식 리소스의 이름 및 형식을 설정하는 방법을 참조하세요.
string(필수)

문자 제한: 1-20

유효한 문자:
영숫자
위치 리소스 위치입니다. 문자열
tags 리소스 태그입니다. 태그 이름 및 값의 사전입니다. 템플릿의 태그를 참조하세요.
properties 일괄 처리 구성 속성입니다. BatchConfigurationProperties (필수)

BatchConfigurationProperties

속성 Description
batchGroupName 일괄 처리 그룹의 이름입니다. string(필수)
changedTime 아티팩트가 시간을 변경했습니다. 문자열
createdTime 아티팩트 생성 시간입니다. 문자열
metadata 모두
releaseCriteria 일괄 처리 릴리스 조건입니다. BatchReleaseCriteria (필수)

BatchReleaseCriteria

속성 Description
batchSize 일괄 처리 크기(바이트)입니다. int
messageCount 메시지 수입니다. int
되풀이 되풀이입니다. WorkflowTriggerRecurrence

WorkflowTriggerRecurrence

속성 Description
endTime 종료 시간입니다. 문자열
frequency 빈도입니다. 'Day'
'Hour'
'Minute'
'월'
'NotSpecified'
'Second'
'Week'
'Year'
interval 간격입니다. int
schedule 되풀이 일정입니다. RecurrenceSchedule
startTime 시작 시간입니다. 문자열
timeZone 표준 시간대입니다. 문자열

RecurrenceSchedule

속성 Description
시간 시간. int[]
minutes 분입니다. int[]
monthDays 월 일입니다. int[]
monthlyOccurrences 월별 발생 입니다. RecurrenceScheduleOccurrence[]
weekDays 요일입니다. 다음 중 어느 것을 포함하는 문자열 배열:
'금요일'
'월요일'
'토요일'
'일요일'
'목요일'
'화요일'
'수요일'

RecurrenceScheduleOccurrence

속성 Description
요일입니다. '금요일'
'월요일'
'토요일'
'일요일'
'목요일'
'화요일'
'수요일'
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

속성 Description
형식 리소스 종류 "Microsoft.Logic/integrationAccounts/batchConfigurations@2019-05-01"
name 리소스 이름 string(필수)

문자 제한: 1-20

유효한 문자:
영숫자
위치 리소스 위치입니다. 문자열
parent_id 이 리소스의 부모인 리소스의 ID입니다. 유형의 리소스에 대한 ID: integrationAccounts
tags 리소스 태그입니다. 태그 이름 및 값의 사전입니다.
properties 일괄 처리 구성 속성입니다. BatchConfigurationProperties (필수)

BatchConfigurationProperties

속성 Description
batchGroupName 일괄 처리 그룹의 이름입니다. string(필수)
changedTime 아티팩트가 시간을 변경했습니다. 문자열
createdTime 아티팩트 생성 시간입니다. 문자열
metadata 모두
releaseCriteria 일괄 처리 릴리스 조건입니다. BatchReleaseCriteria (필수)

BatchReleaseCriteria

속성 Description
batchSize 일괄 처리 크기(바이트)입니다. int
messageCount 메시지 수입니다. int
되풀이 되풀이입니다. WorkflowTriggerRecurrence

WorkflowTriggerRecurrence

속성 Description
endTime 종료 시간입니다. 문자열
frequency 빈도입니다. "Day"
"Hour"
"Minute"
"월"
"NotSpecified"
"Second"
"주"
"Year"
interval 간격입니다. int
schedule 되풀이 일정입니다. RecurrenceSchedule
startTime 시작 시간입니다. 문자열
timeZone 표준 시간대입니다. 문자열

RecurrenceSchedule

속성 Description
시간 시간. int[]
minutes 분입니다. int[]
monthDays 월 일입니다. int[]
monthlyOccurrences 월별 발생 입니다. RecurrenceScheduleOccurrence[]
weekDays 요일입니다. 다음 중 어느 것을 포함하는 문자열 배열:
"Friday"
“월요일”
“토요일”
"Sunday"
"Thursday"
"Tuesday"
"Wednesday"

RecurrenceScheduleOccurrence

속성 Description
요일입니다. "Friday"
“월요일”
“토요일”
"Sunday"
"Thursday"
"Tuesday"
"Wednesday"
occurrence 발생 입니다. int