다음을 통해 공유


Microsoft.Logic integrationAccounts/maps 2015-08-01-preview

Bicep 리소스 정의

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

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

리소스 형식

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

resource symbolicname 'Microsoft.Logic/integrationAccounts/maps@2015-08-01-preview' = {
  parent: resourceSymbolicName
  location: 'string'
  name: 'string'
  properties: {
    content: any(Azure.Bicep.Types.Concrete.AnyType)
    contentType: 'string'
    mapType: 'string'
    metadata: any(Azure.Bicep.Types.Concrete.AnyType)
  }
  tags: {
    {customized property}: 'string'
  }
}

속성 값

IntegrationAccountMapProperties

이름 묘사
콘텐츠 콘텐츠입니다. 어떤
contentType 콘텐츠 형식입니다. 문자열
mapType 지도 유형입니다. 'NotSpecified'
'Xslt'
메타데이터 메타데이터입니다. 어떤

IntegrationAccountResourceTags

이름 묘사

Microsoft.Logic/integrationAccounts/maps

이름 묘사
위치 리소스 위치입니다. 문자열
이름 리소스 이름 string(필수)
부모 Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다.

자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식 리소스의 기호 이름: integrationAccounts
속성 통합 계정 맵 속성입니다. IntegrationAccountMapProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.

ARM 템플릿 리소스 정의

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

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

리소스 형식

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

{
  "type": "Microsoft.Logic/integrationAccounts/maps",
  "apiVersion": "2015-08-01-preview",
  "name": "string",
  "location": "string",
  "properties": {
    "content": {},
    "contentType": "string",
    "mapType": "string",
    "metadata": {}
  },
  "tags": {
    "{customized property}": "string"
  }
}

속성 값

IntegrationAccountMapProperties

이름 묘사
콘텐츠 콘텐츠입니다. 어떤
contentType 콘텐츠 형식입니다. 문자열
mapType 지도 유형입니다. 'NotSpecified'
'Xslt'
메타데이터 메타데이터입니다. 어떤

IntegrationAccountResourceTags

이름 묘사

Microsoft.Logic/integrationAccounts/maps

이름 묘사
apiVersion api 버전 '2015-08-01-preview'
위치 리소스 위치입니다. 문자열
이름 리소스 이름 string(필수)
속성 통합 계정 맵 속성입니다. IntegrationAccountMapProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
리소스 종류 'Microsoft.Logic/integrationAccounts/maps'

빠른 시작 템플릿

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

템플렛 묘사
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@2015-08-01-preview"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      content = ?
      contentType = "string"
      mapType = "string"
      metadata = ?
    }
  })
}

속성 값

IntegrationAccountMapProperties

이름 묘사
콘텐츠 콘텐츠입니다. 어떤
contentType 콘텐츠 형식입니다. 문자열
mapType 지도 유형입니다. 'NotSpecified'
'Xslt'
메타데이터 메타데이터입니다. 어떤

IntegrationAccountResourceTags

이름 묘사

Microsoft.Logic/integrationAccounts/maps

이름 묘사
위치 리소스 위치입니다. 문자열
이름 리소스 이름 string(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식 리소스의 ID: integrationAccounts
속성 통합 계정 맵 속성입니다. IntegrationAccountMapProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다.
리소스 종류 "Microsoft.Logic/integrationAccounts/maps@2015-08-01-preview"