다음을 통해 공유


Microsoft.Logic integrationAccounts/batchConfigurations 2019-05-01

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[]
평일 요일입니다. 다음 중 어느 것을 포함하는 문자열 배열:
'금요일'
'월요일'
'토요일'
'일요일'
'목요일'
'화요일'
'수요일'

RecurrenceScheduleOccurrence

이름 묘사
하루 요일입니다. '금요일'
'월요일'
'토요일'
'일요일'
'목요일'
'화요일'
'수요일'
발생 발생입니다. int

ResourceTags

이름 묘사

WorkflowTriggerRecurrence

이름 묘사
endTime 종료 시간입니다. 문자열
빈도 빈도입니다. 'Day'
'Hour'
'Minute'
'월'
'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[]
평일 요일입니다. 다음 중 어느 것을 포함하는 문자열 배열:
'금요일'
'월요일'
'토요일'
'일요일'
'목요일'
'화요일'
'수요일'

RecurrenceScheduleOccurrence

이름 묘사
하루 요일입니다. '금요일'
'월요일'
'토요일'
'일요일'
'목요일'
'화요일'
'수요일'
발생 발생입니다. int

ResourceTags

이름 묘사

WorkflowTriggerRecurrence

이름 묘사
endTime 종료 시간입니다. 문자열
빈도 빈도입니다. 'Day'
'Hour'
'Minute'
'월'
'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[]
평일 요일입니다. 다음 중 어느 것을 포함하는 문자열 배열:
'금요일'
'월요일'
'토요일'
'일요일'
'목요일'
'화요일'
'수요일'

RecurrenceScheduleOccurrence

이름 묘사
하루 요일입니다. '금요일'
'월요일'
'토요일'
'일요일'
'목요일'
'화요일'
'수요일'
발생 발생입니다. int

ResourceTags

이름 묘사

WorkflowTriggerRecurrence

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