Microsoft.MachineLearningServices 작업 영역/linkedServices 2020-09-01-preview

Bicep 리소스 정의

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

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

리소스 형식

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

resource symbolicname 'Microsoft.MachineLearningServices/workspaces/linkedServices@2020-09-01-preview' = {
  name: 'string'
  location: 'string'
  parent: resourceSymbolicName
  identity: {
    type: 'string'
    userAssignedIdentities: {
      {customized property}: {}
    }
  }
  properties: {
    createdTime: 'string'
    linkedServiceResourceId: 'string'
    linkType: 'Synapse'
    modifiedTime: 'string'
  }
}

속성 값

workspaces/linkedServices

Name Description
name 리소스 이름

Bicep에서 자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요.
string(필수)
위치 연결된 서비스의 위치입니다. 문자열
부모(parent) Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가하면 됩니다.

자세한 내용은 부모 리소스 외부의 자식 리소스를 참조하세요.
형식의 리소스에 대한 기호 이름: 작업 영역
identity 리소스의 ID입니다. ID
properties LinkedService 특정 속성. LinkedServiceProps

ID

이름 Description
형식 ID 유형입니다. 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned'
userAssignedIdentities 리소스와 연결된 사용자 할당 ID입니다. UserAssignedIdentities

UserAssignedIdentities

Name Description
{사용자 지정 속성} UserAssignedIdentity

UserAssignedIdentity

이 개체에는 배포 중에 설정할 속성이 포함되어 있지 않습니다. 모든 속성은 ReadOnly입니다.

LinkedServiceProps

Name Description
createdTime 연결된 서비스의 생성 시간입니다. 문자열
linkedServiceResourceId 연결된 서비스의 링크 대상의 ResourceId입니다. string(필수)
linkType 링크 대상의 유형입니다. 'Synapse'
modifiedTime 연결된 서비스의 마지막으로 수정된 시간입니다. 문자열

빠른 시작 템플릿

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

템플릿 Description
Azure Machine Learning 작업 영역에서 LinkedService 만들기

Azure에 배포
이 템플릿은 기존 Azure Machine Learning 작업 영역에 LinkedService를 만듭니다.

ARM 템플릿 리소스 정의

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

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

리소스 형식

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

{
  "type": "Microsoft.MachineLearningServices/workspaces/linkedServices",
  "apiVersion": "2020-09-01-preview",
  "name": "string",
  "location": "string",
  "identity": {
    "type": "string",
    "userAssignedIdentities": {
      "{customized property}": {}
    }
  },
  "properties": {
    "createdTime": "string",
    "linkedServiceResourceId": "string",
    "linkType": "Synapse",
    "modifiedTime": "string"
  }
}

속성 값

workspaces/linkedServices

Name Description
형식 리소스 종류 'Microsoft.MachineLearningServices/workspaces/linkedServices'
apiVersion 리소스 api 버전 '2020-09-01-preview'
name 리소스 이름

JSON ARM 템플릿에서 자식 리소스의 이름 및 형식을 설정하는 방법을 참조하세요.
string(필수)
위치 연결된 서비스의 위치입니다. string
identity 리소스의 ID입니다. ID
properties LinkedService 특정 속성. LinkedServiceProps

ID

이름 Description
형식 ID 유형입니다. 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned'
userAssignedIdentities 리소스와 연결된 사용자 할당 ID입니다. UserAssignedIdentities

UserAssignedIdentities

Name Description
{사용자 지정 속성} UserAssignedIdentity

UserAssignedIdentity

이 개체에는 배포 중에 설정할 속성이 포함되어 있지 않습니다. 모든 속성은 ReadOnly입니다.

LinkedServiceProps

Name Description
createdTime 연결된 서비스의 생성 시간입니다. 문자열
linkedServiceResourceId 연결된 서비스의 링크 대상의 ResourceId입니다. string(필수)
linkType 링크 대상의 유형입니다. 'Synapse'
modifiedTime 연결된 서비스의 마지막으로 수정된 시간입니다. string

빠른 시작 템플릿

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

템플릿 Description
Azure Machine Learning 작업 영역에서 LinkedService 만들기

Azure에 배포
이 템플릿은 기존 Azure Machine Learning 작업 영역에 LinkedService를 만듭니다.

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

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

  • 리소스 그룹

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

리소스 형식

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.MachineLearningServices/workspaces/linkedServices@2020-09-01-preview"
  name = "string"
  location = "string"
  parent_id = "string"
  identity {
    type = "string"
    identity_ids = []
  }
  body = jsonencode({
    properties = {
      createdTime = "string"
      linkedServiceResourceId = "string"
      linkType = "Synapse"
      modifiedTime = "string"
    }
  })
}

속성 값

workspaces/linkedServices

Name Description
형식 리소스 종류 "Microsoft.MachineLearningServices/workspaces/linkedServices@2020-09-01-preview"
name 리소스 이름 string(필수)
위치 연결된 서비스의 위치입니다. string
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식의 리소스에 대한 ID: 작업 영역
identity 리소스의 ID입니다. ID
properties LinkedService 특정 속성. LinkedServiceProps

ID

이름 Description
형식 ID 유형입니다. "SystemAssigned"
"SystemAssigned,UserAssigned"
"UserAssigned"
identity_ids 리소스와 연결된 사용자 할당 ID입니다. 사용자 ID ID의 배열입니다.

UserAssignedIdentities

Name Description
{customized property} UserAssignedIdentity

UserAssignedIdentity

이 개체에는 배포 중에 설정할 속성이 포함되어 있지 않습니다. 모든 속성은 ReadOnly입니다.

LinkedServiceProps

Name Description
createdTime 연결된 서비스의 생성 시간입니다. string
linkedServiceResourceId 연결된 서비스의 링크 대상의 ResourceId입니다. string(필수)
linkType 링크 대상의 유형입니다. "Synapse"
modifiedTime 연결된 서비스의 마지막으로 수정된 시간입니다. string