Share via


Microsoft.Logic integrationAccounts/schemas

Bicep 리소스 정의

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

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

리소스 형식

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

resource symbolicname 'Microsoft.Logic/integrationAccounts/schemas@2019-05-01' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  parent: resourceSymbolicName
  properties: {
    content: 'string'
    contentType: 'string'
    documentName: 'string'
    fileName: 'string'
    metadata: any()
    schemaType: 'string'
    targetNamespace: 'string'
  }
}

속성 값

integrationAccounts/schemas

속성 Description
name 리소스 이름

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

문자 제한: 1-80

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

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

IntegrationAccountSchemaProperties

속성 Description
콘텐츠 콘텐츠입니다. 문자열
contentType 콘텐츠 유형입니다. 문자열
documentName 문서 이름입니다. 문자열
fileName 파일 이름입니다. 문자열
metadata 메타데이터입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
schemaType 스키마 형식입니다. 'NotSpecified'
'Xml'(필수)
targetNamespace 스키마의 대상 네임스페이스입니다. 문자열

빠른 시작 템플릿

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

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

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

ARM 템플릿 리소스 정의

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

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

리소스 형식

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

{
  "type": "Microsoft.Logic/integrationAccounts/schemas",
  "apiVersion": "2019-05-01",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "properties": {
    "content": "string",
    "contentType": "string",
    "documentName": "string",
    "fileName": "string",
    "metadata": {},
    "schemaType": "string",
    "targetNamespace": "string"
  }
}

속성 값

integrationAccounts/schemas

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

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

문자 제한: 1-80

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

IntegrationAccountSchemaProperties

속성 Description
콘텐츠 콘텐츠입니다. 문자열
contentType 콘텐츠 유형입니다. 문자열
documentName 문서 이름입니다. 문자열
fileName 파일 이름입니다. 문자열
metadata 메타데이터입니다.
schemaType 스키마 형식입니다. 'NotSpecified'
'Xml'(필수)
targetNamespace 스키마의 대상 네임스페이스입니다. 문자열

빠른 시작 템플릿

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

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

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

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

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

  • 리소스 그룹

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

리소스 형식

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Logic/integrationAccounts/schemas@2019-05-01"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  body = jsonencode({
    properties = {
      content = "string"
      contentType = "string"
      documentName = "string"
      fileName = "string"
      schemaType = "string"
      targetNamespace = "string"
    }
  })
}

속성 값

integrationAccounts/schemas

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

문자 제한: 1-80

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

IntegrationAccountSchemaProperties

속성 Description
콘텐츠 콘텐츠입니다. 문자열
contentType 콘텐츠 유형입니다. 문자열
documentName 문서 이름입니다. 문자열
fileName 파일 이름입니다. 문자열
metadata 메타데이터입니다.
schemaType 스키마 형식입니다. "NotSpecified"
"Xml"(필수)
targetNamespace 스키마의 대상 네임스페이스입니다. string