다음을 통해 공유


Microsoft.Logic integrationServiceEnvironments

Bicep 리소스 정의

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

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

리소스 형식

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

resource symbolicname 'Microsoft.Logic/integrationServiceEnvironments@2019-05-01' = {
  identity: {
    type: 'string'
    userAssignedIdentities: {
      {customized property}: {}
    }
  }
  location: 'string'
  name: 'string'
  properties: {
    encryptionConfiguration: {
      encryptionKeyReference: {
        keyName: 'string'
        keyVault: {
          id: 'string'
        }
        keyVersion: 'string'
      }
    }
    endpointsConfiguration: {
      connector: {
        accessEndpointIpAddresses: [
          {
            address: 'string'
          }
        ]
        outgoingIpAddresses: [
          {
            address: 'string'
          }
        ]
      }
      workflow: {
        accessEndpointIpAddresses: [
          {
            address: 'string'
          }
        ]
        outgoingIpAddresses: [
          {
            address: 'string'
          }
        ]
      }
    }
    integrationServiceEnvironmentId: 'string'
    networkConfiguration: {
      accessEndpoint: {
        type: 'string'
      }
      subnets: [
        {
          id: 'string'
        }
      ]
      virtualNetworkAddressSpace: 'string'
    }
    provisioningState: 'string'
    state: 'string'
  }
  sku: {
    capacity: int
    name: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

속성 값

FlowEndpoints

이름 묘사
accessEndpointIpAddresses 액세스 엔드포인트 IP 주소입니다. ipAddress[]
outgoingIpAddresses 나가는 IP 주소입니다. ipAddress[]

FlowEndpointsConfiguration

이름 묘사
커넥터 커넥터 엔드포인트입니다. FlowEndpoints
워크플로 워크플로 엔드포인트입니다. FlowEndpoints

IntegrationServiceEnvironmenEncryptionConfiguration

이름 묘사
encryptionKeyReference 암호화 키 참조입니다. IntegrationServiceEnvironmenEncryptionKeyReference

IntegrationServiceEnvironmenEncryptionKeyReference

이름 묘사
keyName Key Vault의 키 이름을 가져옵니다. 문자열
keyVault 키 자격 증명 모음 참조입니다. ResourceReference
keyVersion keyName 속성에 지정된 키의 버전을 가져옵니다. 문자열

IntegrationServiceEnvironmentAccessEndpoint

이름 묘사
액세스 엔드포인트 유형입니다. 'External'
'Internal'
'NotSpecified'

IntegrationServiceEnvironmentProperties

이름 묘사
encryptionConfiguration 암호화 구성입니다. IntegrationServiceEnvironmenEncryptionConfiguration
endpointsConfiguration 엔드포인트 구성입니다. FlowEndpointsConfiguration
integrationServiceEnvironmentId 추적 ID를 가져옵니다. 문자열
networkConfiguration 네트워크 구성입니다. networkConfiguration
provisioningState 프로비전 상태입니다. '수락됨'
'Canceled'
'완료됨'
'Created'
'만들기'
'Deleted'
'삭제 중'
'실패'
'InProgress'
'이동'
'NotSpecified'
'보류 중'
'Ready'
'등록됨'
'등록 중'
'갱신 중'
'Running'
'성공'
'등록 취소됨'
'등록 취소'
'업데이트 중'
'대기 중'
상태 통합 서비스 환경 상태입니다. '완료됨'
'Deleted'
'사용 안 함'
'Enabled'
'NotSpecified'
'일시 중단됨'

IntegrationServiceEnvironmentSku

이름 묘사
용량 sku 용량입니다. int
이름 sku 이름입니다. '개발자'
'NotSpecified'
'프리미엄'

IpAddress

이름 묘사
주소 주소입니다. 문자열

ManagedServiceIdentity

이름 묘사
관리 서비스 ID의 유형입니다. 'SystemAssigned' 형식에는 암시적으로 생성된 ID가 포함됩니다. 'None' 형식은 리소스에서 모든 ID를 제거합니다. 'None'
'SystemAssigned'
'UserAssigned'(필수)
userAssignedIdentities 리소스와 연결된 사용자 할당 ID 목록입니다. 사용자 ID 사전 키 참조는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} 형식의 ARM 리소스 ID입니다. ManagedServiceIdentityUserAssignedIdentities

ManagedServiceIdentityUserAssignedIdentities

이름 묘사

Microsoft.Logic/integrationServiceEnvironments

이름 묘사
신원 관리되는 서비스 ID 속성입니다. ManagedServiceIdentity
위치 리소스 위치입니다. 문자열
이름 리소스 이름 string(필수)
속성 통합 서비스 환경 속성입니다. IntegrationServiceEnvironmentProperties
sku sku입니다. IntegrationServiceEnvironmentSku
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.

NetworkConfiguration

이름 묘사
accessEndpoint 액세스 엔드포인트입니다. IntegrationServiceEnvironmentAccessEndpoint
서브넷 서브넷입니다. ResourceReference[]
virtualNetworkAddressSpace 가상 네트워크 주소 공간을 가져옵니다. 문자열

ResourceReference

이름 묘사
아이디 리소스 ID입니다. 문자열

ResourceTags

이름 묘사

UserAssignedIdentity

이름 묘사

ARM 템플릿 리소스 정의

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

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

리소스 형식

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

{
  "type": "Microsoft.Logic/integrationServiceEnvironments",
  "apiVersion": "2019-05-01",
  "name": "string",
  "identity": {
    "type": "string",
    "userAssignedIdentities": {
      "{customized property}": {
      }
    }
  },
  "location": "string",
  "properties": {
    "encryptionConfiguration": {
      "encryptionKeyReference": {
        "keyName": "string",
        "keyVault": {
          "id": "string"
        },
        "keyVersion": "string"
      }
    },
    "endpointsConfiguration": {
      "connector": {
        "accessEndpointIpAddresses": [
          {
            "address": "string"
          }
        ],
        "outgoingIpAddresses": [
          {
            "address": "string"
          }
        ]
      },
      "workflow": {
        "accessEndpointIpAddresses": [
          {
            "address": "string"
          }
        ],
        "outgoingIpAddresses": [
          {
            "address": "string"
          }
        ]
      }
    },
    "integrationServiceEnvironmentId": "string",
    "networkConfiguration": {
      "accessEndpoint": {
        "type": "string"
      },
      "subnets": [
        {
          "id": "string"
        }
      ],
      "virtualNetworkAddressSpace": "string"
    },
    "provisioningState": "string",
    "state": "string"
  },
  "sku": {
    "capacity": "int",
    "name": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

속성 값

FlowEndpoints

이름 묘사
accessEndpointIpAddresses 액세스 엔드포인트 IP 주소입니다. ipAddress[]
outgoingIpAddresses 나가는 IP 주소입니다. ipAddress[]

FlowEndpointsConfiguration

이름 묘사
커넥터 커넥터 엔드포인트입니다. FlowEndpoints
워크플로 워크플로 엔드포인트입니다. FlowEndpoints

IntegrationServiceEnvironmenEncryptionConfiguration

이름 묘사
encryptionKeyReference 암호화 키 참조입니다. IntegrationServiceEnvironmenEncryptionKeyReference

IntegrationServiceEnvironmenEncryptionKeyReference

이름 묘사
keyName Key Vault의 키 이름을 가져옵니다. 문자열
keyVault 키 자격 증명 모음 참조입니다. ResourceReference
keyVersion keyName 속성에 지정된 키의 버전을 가져옵니다. 문자열

IntegrationServiceEnvironmentAccessEndpoint

이름 묘사
액세스 엔드포인트 유형입니다. 'External'
'Internal'
'NotSpecified'

IntegrationServiceEnvironmentProperties

이름 묘사
encryptionConfiguration 암호화 구성입니다. IntegrationServiceEnvironmenEncryptionConfiguration
endpointsConfiguration 엔드포인트 구성입니다. FlowEndpointsConfiguration
integrationServiceEnvironmentId 추적 ID를 가져옵니다. 문자열
networkConfiguration 네트워크 구성입니다. networkConfiguration
provisioningState 프로비전 상태입니다. '수락됨'
'Canceled'
'완료됨'
'Created'
'만들기'
'Deleted'
'삭제 중'
'실패'
'InProgress'
'이동'
'NotSpecified'
'보류 중'
'Ready'
'등록됨'
'등록 중'
'갱신 중'
'Running'
'성공'
'등록 취소됨'
'등록 취소'
'업데이트 중'
'대기 중'
상태 통합 서비스 환경 상태입니다. '완료됨'
'Deleted'
'사용 안 함'
'Enabled'
'NotSpecified'
'일시 중단됨'

IntegrationServiceEnvironmentSku

이름 묘사
용량 sku 용량입니다. int
이름 sku 이름입니다. '개발자'
'NotSpecified'
'프리미엄'

IpAddress

이름 묘사
주소 주소입니다. 문자열

ManagedServiceIdentity

이름 묘사
관리 서비스 ID의 유형입니다. 'SystemAssigned' 형식에는 암시적으로 생성된 ID가 포함됩니다. 'None' 형식은 리소스에서 모든 ID를 제거합니다. 'None'
'SystemAssigned'
'UserAssigned'(필수)
userAssignedIdentities 리소스와 연결된 사용자 할당 ID 목록입니다. 사용자 ID 사전 키 참조는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} 형식의 ARM 리소스 ID입니다. ManagedServiceIdentityUserAssignedIdentities

ManagedServiceIdentityUserAssignedIdentities

이름 묘사

Microsoft.Logic/integrationServiceEnvironments

이름 묘사
apiVersion api 버전 '2019-05-01'
신원 관리되는 서비스 ID 속성입니다. ManagedServiceIdentity
위치 리소스 위치입니다. 문자열
이름 리소스 이름 string(필수)
속성 통합 서비스 환경 속성입니다. IntegrationServiceEnvironmentProperties
sku sku입니다. IntegrationServiceEnvironmentSku
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
리소스 종류 'Microsoft.Logic/integrationServiceEnvironments'

NetworkConfiguration

이름 묘사
accessEndpoint 액세스 엔드포인트입니다. IntegrationServiceEnvironmentAccessEndpoint
서브넷 서브넷입니다. ResourceReference[]
virtualNetworkAddressSpace 가상 네트워크 주소 공간을 가져옵니다. 문자열

ResourceReference

이름 묘사
아이디 리소스 ID입니다. 문자열

ResourceTags

이름 묘사

UserAssignedIdentity

이름 묘사

빠른 시작 템플릿

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

템플렛 묘사
Integration Service Environment 템플릿

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

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

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

  • 리소스 그룹

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

리소스 형식

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Logic/integrationServiceEnvironments@2019-05-01"
  name = "string"
  identity = {
    type = "string"
    userAssignedIdentities = {
      {customized property} = {
      }
    }
  }
  location = "string"
  sku = {
    capacity = int
    name = "string"
  }
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      encryptionConfiguration = {
        encryptionKeyReference = {
          keyName = "string"
          keyVault = {
            id = "string"
          }
          keyVersion = "string"
        }
      }
      endpointsConfiguration = {
        connector = {
          accessEndpointIpAddresses = [
            {
              address = "string"
            }
          ]
          outgoingIpAddresses = [
            {
              address = "string"
            }
          ]
        }
        workflow = {
          accessEndpointIpAddresses = [
            {
              address = "string"
            }
          ]
          outgoingIpAddresses = [
            {
              address = "string"
            }
          ]
        }
      }
      integrationServiceEnvironmentId = "string"
      networkConfiguration = {
        accessEndpoint = {
          type = "string"
        }
        subnets = [
          {
            id = "string"
          }
        ]
        virtualNetworkAddressSpace = "string"
      }
      provisioningState = "string"
      state = "string"
    }
  })
}

속성 값

FlowEndpoints

이름 묘사
accessEndpointIpAddresses 액세스 엔드포인트 IP 주소입니다. ipAddress[]
outgoingIpAddresses 나가는 IP 주소입니다. ipAddress[]

FlowEndpointsConfiguration

이름 묘사
커넥터 커넥터 엔드포인트입니다. FlowEndpoints
워크플로 워크플로 엔드포인트입니다. FlowEndpoints

IntegrationServiceEnvironmenEncryptionConfiguration

이름 묘사
encryptionKeyReference 암호화 키 참조입니다. IntegrationServiceEnvironmenEncryptionKeyReference

IntegrationServiceEnvironmenEncryptionKeyReference

이름 묘사
keyName Key Vault의 키 이름을 가져옵니다. 문자열
keyVault 키 자격 증명 모음 참조입니다. ResourceReference
keyVersion keyName 속성에 지정된 키의 버전을 가져옵니다. 문자열

IntegrationServiceEnvironmentAccessEndpoint

이름 묘사
액세스 엔드포인트 유형입니다. 'External'
'Internal'
'NotSpecified'

IntegrationServiceEnvironmentProperties

이름 묘사
encryptionConfiguration 암호화 구성입니다. IntegrationServiceEnvironmenEncryptionConfiguration
endpointsConfiguration 엔드포인트 구성입니다. FlowEndpointsConfiguration
integrationServiceEnvironmentId 추적 ID를 가져옵니다. 문자열
networkConfiguration 네트워크 구성입니다. networkConfiguration
provisioningState 프로비전 상태입니다. '수락됨'
'Canceled'
'완료됨'
'Created'
'만들기'
'Deleted'
'삭제 중'
'실패'
'InProgress'
'이동'
'NotSpecified'
'보류 중'
'Ready'
'등록됨'
'등록 중'
'갱신 중'
'Running'
'성공'
'등록 취소됨'
'등록 취소'
'업데이트 중'
'대기 중'
상태 통합 서비스 환경 상태입니다. '완료됨'
'Deleted'
'사용 안 함'
'Enabled'
'NotSpecified'
'일시 중단됨'

IntegrationServiceEnvironmentSku

이름 묘사
용량 sku 용량입니다. int
이름 sku 이름입니다. '개발자'
'NotSpecified'
'프리미엄'

IpAddress

이름 묘사
주소 주소입니다. 문자열

ManagedServiceIdentity

이름 묘사
관리 서비스 ID의 유형입니다. 'SystemAssigned' 형식에는 암시적으로 생성된 ID가 포함됩니다. 'None' 형식은 리소스에서 모든 ID를 제거합니다. 'None'
'SystemAssigned'
'UserAssigned'(필수)
userAssignedIdentities 리소스와 연결된 사용자 할당 ID 목록입니다. 사용자 ID 사전 키 참조는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} 형식의 ARM 리소스 ID입니다. ManagedServiceIdentityUserAssignedIdentities

ManagedServiceIdentityUserAssignedIdentities

이름 묘사

Microsoft.Logic/integrationServiceEnvironments

이름 묘사
신원 관리되는 서비스 ID 속성입니다. ManagedServiceIdentity
위치 리소스 위치입니다. 문자열
이름 리소스 이름 string(필수)
속성 통합 서비스 환경 속성입니다. IntegrationServiceEnvironmentProperties
sku sku입니다. IntegrationServiceEnvironmentSku
태그 리소스 태그 태그 이름 및 값의 사전입니다.
리소스 종류 "Microsoft.Logic/integrationServiceEnvironments@2019-05-01"

NetworkConfiguration

이름 묘사
accessEndpoint 액세스 엔드포인트입니다. IntegrationServiceEnvironmentAccessEndpoint
서브넷 서브넷입니다. ResourceReference[]
virtualNetworkAddressSpace 가상 네트워크 주소 공간을 가져옵니다. 문자열

ResourceReference

이름 묘사
아이디 리소스 ID입니다. 문자열

ResourceTags

이름 묘사

UserAssignedIdentity

이름 묘사