다음을 통해 공유


Microsoft.Logic integrationAccounts/partners 2016-06-01

Bicep 리소스 정의

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

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

리소스 형식

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

resource symbolicname 'Microsoft.Logic/integrationAccounts/partners@2016-06-01' = {
  parent: resourceSymbolicName
  location: 'string'
  name: 'string'
  properties: {
    content: {
      b2b: {
        businessIdentities: [
          {
            qualifier: 'string'
            value: 'string'
          }
        ]
      }
    }
    metadata: any(Azure.Bicep.Types.Concrete.AnyType)
    partnerType: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

속성 값

B2BPartnerContent

이름 묘사
businessIdentities 파트너 비즈니스 ID 목록입니다. BusinessIdentity[]

BusinessIdentity

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

IntegrationAccountPartnerProperties

이름 묘사
콘텐츠 파트너 콘텐츠입니다. PartnerContent(필수)
메타데이터 메타데이터입니다. 어떤
partnerType 파트너 유형입니다. 'B2B'
'NotSpecified'(필수)

Microsoft.Logic/integrationAccounts/partners

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

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

PartnerContent

이름 묘사
b2b B2B 파트너 콘텐츠입니다. B2BPartnerContent

ResourceTags

이름 묘사

빠른 시작 샘플

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

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

ARM 템플릿 리소스 정의

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

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

리소스 형식

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

{
  "type": "Microsoft.Logic/integrationAccounts/partners",
  "apiVersion": "2016-06-01",
  "name": "string",
  "location": "string",
  "properties": {
    "content": {
      "b2b": {
        "businessIdentities": [
          {
            "qualifier": "string",
            "value": "string"
          }
        ]
      }
    },
    "metadata": {},
    "partnerType": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

속성 값

B2BPartnerContent

이름 묘사
businessIdentities 파트너 비즈니스 ID 목록입니다. BusinessIdentity[]

BusinessIdentity

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

IntegrationAccountPartnerProperties

이름 묘사
콘텐츠 파트너 콘텐츠입니다. PartnerContent(필수)
메타데이터 메타데이터입니다. 어떤
partnerType 파트너 유형입니다. 'B2B'
'NotSpecified'(필수)

Microsoft.Logic/integrationAccounts/partners

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

PartnerContent

이름 묘사
b2b B2B 파트너 콘텐츠입니다. B2BPartnerContent

ResourceTags

이름 묘사

빠른 시작 템플릿

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

템플렛 묘사
Azure Logic Apps - AS2 송신 수신

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

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

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

  • 리소스 그룹

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

리소스 형식

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Logic/integrationAccounts/partners@2016-06-01"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      content = {
        b2b = {
          businessIdentities = [
            {
              qualifier = "string"
              value = "string"
            }
          ]
        }
      }
      metadata = ?
      partnerType = "string"
    }
  })
}

속성 값

B2BPartnerContent

이름 묘사
businessIdentities 파트너 비즈니스 ID 목록입니다. BusinessIdentity[]

BusinessIdentity

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

IntegrationAccountPartnerProperties

이름 묘사
콘텐츠 파트너 콘텐츠입니다. PartnerContent(필수)
메타데이터 메타데이터입니다. 어떤
partnerType 파트너 유형입니다. 'B2B'
'NotSpecified'(필수)

Microsoft.Logic/integrationAccounts/partners

이름 묘사
위치 리소스 위치입니다. 문자열
이름 리소스 이름 string(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식 리소스의 ID: integrationAccounts
속성 통합 계정 파트너 속성입니다. IntegrationAccountPartnerProperties (필수)
태그 리소스 태그 태그 이름 및 값의 사전입니다.
리소스 종류 "Microsoft.Logic/integrationAccounts/partners@2016-06-01"

PartnerContent

이름 묘사
b2b B2B 파트너 콘텐츠입니다. B2BPartnerContent

ResourceTags

이름 묘사