Microsoft.Logic integrationServiceEnvironments/managedApis 2019-05-01

Bicep 리소스 정의

integrationServiceEnvironments/managedApis 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.

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

리소스 형식

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

resource symbolicname 'Microsoft.Logic/integrationServiceEnvironments/managedApis@2019-05-01' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  parent: resourceSymbolicName
  properties: {
    deploymentParameters: {
      contentLinkDefinition: {
        uri: 'string'
      }
    }
    integrationServiceEnvironment: {
      id: 'string'
    }
  }
}

속성 값

integrationServiceEnvironments/managedApis

속성 Description
name 리소스 이름

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

문자 제한: 1-80

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

자세한 내용은 부모 리소스 외부의 자식 리소스를 참조하세요.
형식의 리소스에 대한 기호화된 이름: integrationServiceEnvironments
properties 통합 서비스 환경 관리 API 속성입니다. IntegrationServiceEnvironmentManagedApiProperties

IntegrationServiceEnvironmentManagedApiProperties

속성 Description
deploymentParameters 통합 서비스 환경 관리 API 배포 매개 변수입니다. IntegrationServiceEnvironmentManagedApiDeploymentPar...
integrationServiceEnvironment 통합 서비스 환경 참조입니다. ResourceReference

IntegrationServiceEnvironmentManagedApiDeploymentPar...

속성 Description
contentLinkDefinition 배포를 위한 통합 서비스 환경 관리 API 콘텐츠 링크입니다. ContentLink
속성 Description
uri 콘텐츠 링크 URI입니다. 문자열

ResourceReference

속성 Description
id 리소스 ID입니다. 문자열

빠른 시작 템플릿

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

템플릿 Description
Integration Service Environment 템플릿

Azure에 배포
네이티브가 아닌 커넥터를 포함하여 가상 네트워크, 4개의 서브넷 및 ISE(Integration Service Environment)를 만드는 템플릿입니다. Logic Apps ISE가 필요한 템플릿의 기반으로 사용합니다.

ARM 템플릿 리소스 정의

integrationServiceEnvironments/managedApis 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.

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

리소스 형식

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

{
  "type": "Microsoft.Logic/integrationServiceEnvironments/managedApis",
  "apiVersion": "2019-05-01",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "properties": {
    "deploymentParameters": {
      "contentLinkDefinition": {
        "uri": "string"
      }
    },
    "integrationServiceEnvironment": {
      "id": "string"
    }
  }
}

속성 값

integrationServiceEnvironments/managedApis

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

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

문자 제한: 1-80

유효한 문자:
영숫자, 하이픈, 마침표 및 밑줄
위치 리소스 위치입니다. 문자열
tags 리소스 태그입니다. 태그 이름 및 값의 사전입니다. 템플릿의 태그를 참조하세요.
properties 통합 서비스 환경 관리 API 속성입니다. IntegrationServiceEnvironmentManagedApiProperties

IntegrationServiceEnvironmentManagedApiProperties

속성 Description
deploymentParameters 통합 서비스 환경 관리 API 배포 매개 변수입니다. IntegrationServiceEnvironmentManagedApiDeploymentPar...
integrationServiceEnvironment 통합 서비스 환경 참조입니다. ResourceReference

IntegrationServiceEnvironmentManagedApiDeploymentPar...

속성 Description
contentLinkDefinition 배포를 위한 통합 서비스 환경 관리 API 콘텐츠 링크입니다. ContentLink
속성 Description
uri 콘텐츠 링크 URI입니다. 문자열

ResourceReference

속성 Description
id 리소스 ID입니다. 문자열

빠른 시작 템플릿

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

템플릿 Description
Integration Service Environment 템플릿

Azure에 배포
네이티브가 아닌 커넥터를 포함하여 가상 네트워크, 4개의 서브넷 및 ISE(Integration Service Environment)를 만드는 템플릿입니다. Logic Apps ISE가 필요한 템플릿의 기반으로 사용합니다.

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

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

  • 리소스 그룹

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

리소스 형식

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Logic/integrationServiceEnvironments/managedApis@2019-05-01"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  body = jsonencode({
    properties = {
      deploymentParameters = {
        contentLinkDefinition = {
          uri = "string"
        }
      }
      integrationServiceEnvironment = {
        id = "string"
      }
    }
  })
}

속성 값

integrationServiceEnvironments/managedApis

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

문자 제한: 1-80

유효한 문자:
영숫자, 하이픈, 마침표 및 밑줄
위치 리소스 위치입니다. 문자열
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식의 리소스에 대한 ID: integrationServiceEnvironments
tags 리소스 태그입니다. 태그 이름 및 값의 사전입니다.
properties 통합 서비스 환경 관리 API 속성입니다. IntegrationServiceEnvironmentManagedApiProperties

IntegrationServiceEnvironmentManagedApiProperties

속성 Description
deploymentParameters 통합 서비스 환경 관리 API 배포 매개 변수입니다. IntegrationServiceEnvironmentManagedApiDeploymentPar...
integrationServiceEnvironment 통합 서비스 환경 참조입니다. ResourceReference

IntegrationServiceEnvironmentManagedApiDeploymentPar...

속성 Description
contentLinkDefinition 배포를 위한 통합 서비스 환경 관리 API 콘텐츠 링크입니다. ContentLink
속성 Description
uri 콘텐츠 링크 URI입니다. 문자열

ResourceReference

속성 Description
id 리소스 ID입니다. string