Microsoft.Logic integrationAccounts/partners 2018-07-01-preview

Bicep 리소스 정의

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

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

리소스 형식

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

resource symbolicname 'Microsoft.Logic/integrationAccounts/partners@2018-07-01-preview' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  parent: resourceSymbolicName
  properties: {
    content: {
      b2b: {
        businessIdentities: [
          {
            qualifier: 'string'
            value: 'string'
          }
        ]
      }
    }
    metadata: any()
    partnerType: 'string'
  }
}

속성 값

integrationAccounts/partners

속성 Description
name 리소스 이름

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

문자 제한: 1-80

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

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

IntegrationAccountPartnerProperties

속성 Description
콘텐츠 파트너 콘텐츠입니다. PartnerContent (필수)
metadata 메타데이터입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
partnerType 파트너 유형입니다. 'B2B'
'NotSpecified'(필수)

PartnerContent

속성 Description
B2b B2B 파트너 콘텐츠입니다. B2BPartnerContent

B2BPartnerContent

속성 Description
businessIdentities 파트너 비즈니스 ID 목록입니다. BusinessIdentity[]

BusinessIdentity

속성 Description
한정자(qualifier) 비즈니스 ID 한정자(예: as2identity, ZZ, ZZZ, 31, 32) string(필수)
사용자가 정의한 비즈니스 ID 값입니다. string(필수)

빠른 시작 템플릿

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

템플릿 Description
Azure Logic Apps - AS2 수신 보내기

Azure에 배포
파트너 및 계약에 대한 아티팩트를 포함하여 Contoso 및 Fabrikam의 두 파트너에 대한 통합 계정을 만듭니다. 또한 템플릿은 동기 AS2 보내기 수신을 보여 주는 Fabrikam Sales와 Contoso 간에 논리 앱을 만듭니다. 또한 템플릿은 비동기 AS2 보내기 수신을 보여 주는 Fabrikam Finance와 Contoso 간에 논리 앱을 만듭니다.

ARM 템플릿 리소스 정의

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

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

리소스 형식

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

{
  "type": "Microsoft.Logic/integrationAccounts/partners",
  "apiVersion": "2018-07-01-preview",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "properties": {
    "content": {
      "b2b": {
        "businessIdentities": [
          {
            "qualifier": "string",
            "value": "string"
          }
        ]
      }
    },
    "metadata": {},
    "partnerType": "string"
  }
}

속성 값

integrationAccounts/partners

속성 Description
형식 리소스 종류 'Microsoft.Logic/integrationAccounts/partners'
apiVersion 리소스 api 버전 '2018-07-01-preview'
name 리소스 이름

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

문자 제한: 1-80

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

IntegrationAccountPartnerProperties

속성 Description
콘텐츠 파트너 콘텐츠입니다. PartnerContent (필수)
metadata 메타데이터입니다.
partnerType 파트너 유형입니다. 'B2B'
'NotSpecified'(필수)

PartnerContent

속성 Description
B2b B2B 파트너 콘텐츠입니다. B2BPartnerContent

B2BPartnerContent

속성 Description
businessIdentities 파트너 비즈니스 ID 목록입니다. BusinessIdentity[]

BusinessIdentity

속성 Description
한정자(qualifier) 비즈니스 ID 한정자(예: as2identity, ZZ, ZZZ, 31, 32) string(필수)
사용자가 정의한 비즈니스 ID 값입니다. string(필수)

빠른 시작 템플릿

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

템플릿 Description
Azure Logic Apps - AS2 보내기 수신

Azure에 배포
파트너 및 계약에 대한 아티팩트를 포함하여 Contoso 및 Fabrikam의 두 파트너에 대한 통합 계정을 만듭니다. 또한 템플릿은 동기 AS2 보내기 수신을 보여 주는 Fabrikam Sales와 Contoso 간에 논리 앱을 만듭니다. 또한 템플릿은 비동기 AS2 보내기 수신을 보여 주는 Fabrikam Finance와 Contoso 간에 논리 앱을 만듭니다.

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

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

  • 리소스 그룹

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

리소스 형식

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Logic/integrationAccounts/partners@2018-07-01-preview"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  body = jsonencode({
    properties = {
      content = {
        b2b = {
          businessIdentities = [
            {
              qualifier = "string"
              value = "string"
            }
          ]
        }
      }
      partnerType = "string"
    }
  })
}

속성 값

integrationAccounts/partners

속성 Description
형식 리소스 종류 "Microsoft.Logic/integrationAccounts/partners@2018-07-01-preview"
name 리소스 이름 string(필수)

문자 제한: 1-80

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

IntegrationAccountPartnerProperties

속성 Description
콘텐츠 파트너 콘텐츠입니다. PartnerContent (필수)
metadata 메타데이터입니다.
partnerType 파트너 유형입니다. "B2B"
"NotSpecified"(필수)

PartnerContent

속성 Description
B2b B2B 파트너 콘텐츠입니다. B2BPartnerContent

B2BPartnerContent

속성 Description
businessIdentities 파트너 비즈니스 ID 목록입니다. BusinessIdentity[]

BusinessIdentity

속성 Description
한정자(qualifier) 비즈니스 ID 한정자(예: as2identity, ZZ, ZZZ, 31, 32) string(필수)
사용자가 정의한 비즈니스 ID 값입니다. string(필수)