다음을 통해 공유


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

Bicep 리소스 정의

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

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

리소스 형식

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

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

속성 값

IntegrationAccountResourceTags

이름 묘사

IntegrationAccountSchemaProperties

이름 묘사
콘텐츠 콘텐츠입니다. 어떤
contentType 콘텐츠 형식입니다. 문자열
메타데이터 메타데이터입니다. 어떤
schemaType 스키마 형식입니다. 'NotSpecified'
'Xml'
targetNamespace 대상 네임스페이스입니다. 문자열

Microsoft.Logic/integrationAccounts/schemas

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

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

ARM 템플릿 리소스 정의

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

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

리소스 형식

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

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

속성 값

IntegrationAccountResourceTags

이름 묘사

IntegrationAccountSchemaProperties

이름 묘사
콘텐츠 콘텐츠입니다. 어떤
contentType 콘텐츠 형식입니다. 문자열
메타데이터 메타데이터입니다. 어떤
schemaType 스키마 형식입니다. 'NotSpecified'
'Xml'
targetNamespace 대상 네임스페이스입니다. 문자열

Microsoft.Logic/integrationAccounts/schemas

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

빠른 시작 템플릿

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

템플렛 묘사
Azure Logic Apps - VETER 파이프라인

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

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

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

  • 리소스 그룹

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

리소스 형식

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Logic/integrationAccounts/schemas@2015-08-01-preview"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      content = ?
      contentType = "string"
      metadata = ?
      schemaType = "string"
      targetNamespace = "string"
    }
  })
}

속성 값

IntegrationAccountResourceTags

이름 묘사

IntegrationAccountSchemaProperties

이름 묘사
콘텐츠 콘텐츠입니다. 어떤
contentType 콘텐츠 형식입니다. 문자열
메타데이터 메타데이터입니다. 어떤
schemaType 스키마 형식입니다. 'NotSpecified'
'Xml'
targetNamespace 대상 네임스페이스입니다. 문자열

Microsoft.Logic/integrationAccounts/schemas

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