Microsoft.Logic integrationAccounts/maps

Bicep 리소스 정의

integrationAccounts/maps 리소스 종류는 다음을 대상으로 하는 작업을 사용하여 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.Logic/integrationAccounts/maps 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.Logic/integrationAccounts/maps@2019-05-01' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  parent: resourceSymbolicName
  properties: {
    content: 'string'
    contentType: 'string'
    mapType: 'string'
    metadata: any()
    parametersSchema: {
      ref: 'string'
    }
  }
}

속성 값

integrationAccounts/maps

속성 Description
name 리소스 이름

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

문자 제한: 1-80

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

자세한 내용은 부모 리소스 외부의 자식 리소스를 참조하세요.
형식의 리소스에 대한 기호화된 이름: integrationAccounts
properties 통합 계정 맵 속성입니다. IntegrationAccountMapProperties (필수)

IntegrationAccountMapProperties

속성 Description
콘텐츠 콘텐츠입니다. 문자열
contentType 콘텐츠 유형입니다. 문자열
Maptype 맵 형식입니다. 'Liquid'
'NotSpecified'
'Xslt'
'Xslt20'
'Xslt30'(필수)
metadata 메타데이터입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
parametersSchema 통합 계정 맵의 매개 변수 스키마입니다. IntegrationAccountMapPropertiesParametersSchema

IntegrationAccountMapPropertiesParametersSchema

속성 Description
ref 참조 이름입니다. 문자열

빠른 시작 템플릿

다음 빠른 시작 템플릿은 이 리소스 종류를 배포합니다.

템플릿 Description
Azure Logic Apps - VETER 파이프라인

Azure에 배포
통합 계정을 만들고, 스키마/맵을 추가하고, 논리 앱을 만들고, 통합 계정과 연결합니다. 논리 앱은 Xml 유효성 검사, XPath 추출 및 변환 Xml 작업을 사용하여 VETER 파이프라인을 구현합니다.
Azure Logic Apps - 매개 변수가 있는 XSLT

Azure에 배포
XSLT 기반 변환을 수행하는 요청-응답 논리 앱을 만듭니다. XSLT 맵은 XML 변환 중에 기본 형식(정수, 문자열 등)을 입력 매개 변수로 사용합니다.

ARM 템플릿 리소스 정의

integrationAccounts/maps 리소스 종류는 다음을 대상으로 하는 작업을 사용하여 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.Logic/integrationAccounts/maps 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.Logic/integrationAccounts/maps",
  "apiVersion": "2019-05-01",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "properties": {
    "content": "string",
    "contentType": "string",
    "mapType": "string",
    "metadata": {},
    "parametersSchema": {
      "ref": "string"
    }
  }
}

속성 값

integrationAccounts/maps

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

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

문자 제한: 1-80

유효한 문자:
영숫자, 하이픈, 밑줄, 마침표 및 괄호
위치 리소스 위치입니다. 문자열
tags 리소스 태그입니다. 태그 이름 및 값의 사전입니다. 템플릿의 태그를 참조하세요.
properties 통합 계정 맵 속성입니다. IntegrationAccountMapProperties (필수)

IntegrationAccountMapProperties

속성 Description
콘텐츠 콘텐츠입니다. 문자열
contentType 콘텐츠 유형입니다. 문자열
Maptype 맵 유형입니다. 'Liquid'
'NotSpecified'
'Xslt'
'Xslt20'
'Xslt30'(필수)
metadata 메타데이터입니다.
parametersSchema 통합 계정 맵의 매개 변수 스키마입니다. IntegrationAccountMapPropertiesParametersSchema

IntegrationAccountMapPropertiesParametersSchema

속성 Description
ref 참조 이름입니다. 문자열

빠른 시작 템플릿

다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.

템플릿 Description
Azure Logic Apps - VETER 파이프라인

Azure에 배포
통합 계정을 만들고, 스키마/맵을 추가하고, 논리 앱을 만들고, 통합 계정에 연결합니다. 논리 앱은 Xml 유효성 검사, XPath 추출 및 변환 Xml 작업을 사용하여 VETER 파이프라인을 구현합니다.
Azure Logic Apps - 매개 변수가 있는 XSLT

Azure에 배포
XSLT 기반 변환을 수행하는 요청 응답 논리 앱을 만듭니다. XSLT 맵은 XML 변환 중에 기본 형식(정수, 문자열 등)을 입력 매개 변수로 사용합니다.

Terraform(AzAPI 공급자) 리소스 정의

integrationAccounts/maps 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

  • 리소스 그룹

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.Logic/integrationAccounts/maps 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Logic/integrationAccounts/maps@2019-05-01"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  body = jsonencode({
    properties = {
      content = "string"
      contentType = "string"
      mapType = "string"
      parametersSchema = {
        ref = "string"
      }
    }
  })
}

속성 값

integrationAccounts/maps

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

문자 제한: 1-80

유효한 문자:
영숫자, 하이픈, 밑줄, 마침표 및 괄호
위치 리소스 위치입니다. 문자열
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식의 리소스에 대한 ID: integrationAccounts
tags 리소스 태그입니다. 태그 이름 및 값의 사전입니다.
properties 통합 계정 맵 속성입니다. IntegrationAccountMapProperties (필수)

IntegrationAccountMapProperties

속성 Description
콘텐츠 콘텐츠입니다. 문자열
contentType 콘텐츠 유형입니다. 문자열
Maptype 맵 형식입니다. "Liquid"
"NotSpecified"
"Xslt"
"Xslt20"
"Xslt30"(필수)
metadata 메타데이터입니다.
parametersSchema 통합 계정 맵의 매개 변수 스키마입니다. IntegrationAccountMapPropertiesParametersSchema

IntegrationAccountMapPropertiesParametersSchema

속성 Description
ref 참조 이름입니다. string