Microsoft.MachineLearningServices 작업 영역/연결 2024-04-01-preview

Bicep 리소스 정의

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

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

리소스 형식

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

resource symbolicname 'Microsoft.MachineLearningServices/workspaces/connections@2024-04-01-preview' = {
  name: 'string'
  parent: resourceSymbolicName
  properties: {
    category: 'string'
    expiryTime: 'string'
    isSharedToAll: bool
    metadata: {
      {customized property}: 'string'
    }
    sharedUserList: [
      'string'
    ]
    target: 'string'
    authType: 'string'
    // For remaining properties, see WorkspaceConnectionPropertiesV2 objects
  }
}

WorkspaceConnectionPropertiesV2 개체

개체의 형식을 지정하려면 authType 속성을 설정합니다.

AAD경우 다음을 사용합니다.

  authType: 'AAD'

accessKey경우 다음을 사용합니다.

  authType: 'AccessKey'
  credentials: {
    accessKeyId: 'string'
    secretAccessKey: 'string'
  }

accountKey경우 다음을 사용합니다.

  authType: 'AccountKey'
  credentials: {
    key: 'string'
  }

ApiKey경우 다음을 사용합니다.

  authType: 'ApiKey'
  credentials: {
    key: 'string'
  }

customKeys경우 다음을 사용합니다.

  authType: 'CustomKeys'
  credentials: {
    keys: {
    {customized property}: 'string'
  }

ManagedIdentity경우 다음을 사용합니다.

  authType: 'ManagedIdentity'
  credentials: {
    clientId: 'string'
    resourceId: 'string'
  }

없음경우 다음을 사용합니다.

  authType: 'None'

OAuth2경우 다음을 사용합니다.

  authType: 'OAuth2'
  credentials: {
    authUrl: 'string'
    clientId: 'string'
    clientSecret: 'string'
    developerToken: 'string'
    password: 'string'
    refreshToken: 'string'
    tenantId: 'string'
    username: 'string'
  }

PAT경우 다음을 사용합니다.

  authType: 'PAT'
  credentials: {
    pat: 'string'
  }

SAS경우 다음을 사용합니다.

  authType: 'SAS'
  credentials: {
    sas: 'string'
  }

ServicePrincipal경우 다음을 사용합니다.

  authType: 'ServicePrincipal'
  credentials: {
    clientId: 'string'
    clientSecret: 'string'
    tenantId: 'string'
  }

UsernamePassword경우 다음을 사용합니다.

  authType: 'UsernamePassword'
  credentials: {
    password: 'string'
    securityToken: 'string'
    username: 'string'
  }

속성 값

작업 영역/연결

이름 묘사
이름 리소스 이름

Bicep자식 리소스의 이름과 형식을 설정하는 방법을 알아보세요.
string(필수)
부모 Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다.

자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식 리소스의 기호 이름: 작업 영역
속성 workspaceConnectionPropertiesV2 (필수)

WorkspaceConnectionPropertiesV2

이름 묘사
범주 연결 범주 'ADLSGen2'
'AmazonMws'
'AmazonRdsForOracle'
'AmazonRdsForSqlServer'
'아마존레드시프'
'AmazonS3Compatible'
'ApiKey'
'AzureBlob'
'AzureDataExplorer'
'AzureDatabricksDeltaLake'
'AzureMariaDb'
'AzureMySqlDb'
'AzureOneLake'
'AzureOpenAI'
'AzurePostgresDb'
'AzureSqlDb'
'AzureSqlMi'
'AzureSynapseAnalytics'
'AzureTableStorage'
'BingLLMSearch'
'Cassandra'
'CognitiveSearch'
'CognitiveService'
'Concur'
'ContainerRegistry'
'CosmosDb'
'CosmosDbMongoDbApi'
'Couchbase'
'CustomKeys'
'Db2'
'Drill'
'Dynamics'
'DynamicsAx'
'DynamicsCrm'
'엘로쿠아'
'FileServer'
'FtpServer'
'GenericContainerRegistry'
'GenericHttp'
'GenericRest'
'Git'
'GoogleAdWords'
'GoogleBigQuery'
'GoogleCloudStorage'
'Greenplum'
'Hbase'
'Hdfs'
'Hive'
'Hubspot'
'임팔라'
'Informix'
'Jira'
'Magento'
'MariaDb'
'Marketo'
'MicrosoftAccess'
'MongoDbAtlas'
'MongoDbV2'
'MySql'
'Netezza'
'ODataRest'
'Odbc'
'Office365'
'OpenAI'
'Oracle'
'OracleCloudStorage'
'OracleServiceCloud'
'PayPal'
'피닉스'
'PostgreSql'
'Presto'
'PythonFeed'
'QuickBooks'
'Redis'
'Responsys'
'S3'
'Salesforce'
'SalesforceMarketingCloud'
'SalesforceServiceCloud'
'SapBw'
'SapCloudForCustomer'
'SapEcc'
'SapHana'
'SapOpenHub'
'SapTable'
'Serp'
'서버리스'
'ServiceNow'
'Sftp'
'SharePointOnlineList'
'Shopify'
'눈송이'
'Spark'
'SqlServer'
'Square'
'Sybase'
'Teradata'
'버티카'
'WebTable'
'Xero'
'Zoho'
expiryTime 문자열
isSharedToAll bool
메타데이터 이 연결에 대한 사용자 메타데이터 저장 workspaceConnectionPropertiesV2Metadata
sharedUserList string[]
과녁 문자열
authType 개체 유형 설정 AAD
AccessKey

AccountKey

ApiKey

CustomKeys

managedIdentity

없음
OAuth2

PAT
SAS

ServicePrincipal
UsernamePassword
(필수)

WorkspaceConnectionPropertiesV2Metadata

이름 묘사
{customized property} 문자열

AADAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'AAD'(필수)

AccessKeyAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'AccessKey'(필수)
자격 증명 workspaceConnectionAccessKey

WorkspaceConnectionAccessKey

이름 묘사
accessKeyId 문자열
secretAccessKey 문자열

AccountKeyAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'AccountKey'(필수)
자격 증명 WorkspaceConnectionAccountKey

WorkspaceConnectionAccountKey

이름 묘사
열쇠 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.

ApiKeyAuthWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'ApiKey'(필수)
자격 증명 작업 영역 연결 자격 증명에 대한 API 키 개체입니다. workspaceConnectionApiKey

WorkspaceConnectionApiKey

이름 묘사
열쇠 문자열

CustomKeysWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'CustomKeys'(필수)
자격 증명 사용자 지정 키 자격 증명 개체 CustomKeys

CustomKeys

이름 묘사
{string}의 사전 CustomKeys
{customized property} 문자열

ManagedIdentityAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'ManagedIdentity'(필수)
자격 증명 workspaceConnectionManagedIdentity

WorkspaceConnectionManagedIdentity

이름 묘사
clientId 문자열
resourceId 문자열

NoneAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'None'(필수)

OAuth2AuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'OAuth2'(필수)
자격 증명 ClientId 및 ClientSecret이 필요합니다. 다른 속성은 선택 사항입니다.
각 OAuth2 공급자의 구현에 따라 달라집니다.
workspaceConnectionOAuth2

WorkspaceConnectionOAuth2

이름 묘사
authUrl Concur 연결 범주에 필요 문자열
clientId UUID 형식의 클라이언트 ID 문자열

제약 조건:
최소 길이 = 36
최대 길이 = 36
패턴 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$
clientSecret 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
developerToken GoogleAdWords 연결 범주에 필요 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
암호 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
refreshToken 필수: GoogleBigQuery, GoogleAdWords, Hubspot, QuickBooks, Square, Xero, Zoho
사용자가 RefreshToken을 오프라인으로 전환해야 하는 경우
문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
tenantId QuickBooks 및 Xero 연결 범주에 필요 문자열
사용자 이름 Concur, ServiceNow 인증 서버 AccessToken 권한 부여 유형이 '암호'입니다.
UsernamePassword가 필요한
문자열

PATAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'PAT'(필수)
자격 증명 workspaceConnectionPersonalAccessToken

WorkspaceConnectionPersonalAccessToken

이름 묘사
문자열

SASAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'SAS'(필수)
자격 증명 workspaceConnectionSharedAccessSignature

WorkspaceConnectionSharedAccessSignature

이름 묘사
sas 문자열

ServicePrincipalAuthTypeWorkspaceConnectionPropertie...

이름 묘사
authType 연결 대상의 인증 유형 'ServicePrincipal'(필수)
자격 증명 workspaceConnectionServicePrincipal

WorkspaceConnectionServicePrincipal

이름 묘사
clientId 문자열
clientSecret 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
tenantId 문자열

UsernamePasswordAuthTypeWorkspaceConnectionPropertie...

이름 묘사
authType 연결 대상의 인증 유형 'UsernamePassword'(필수)
자격 증명 workspaceConnectionUsernamePassword

WorkspaceConnectionUsernamePassword

이름 묘사
암호 문자열
securityToken 선택 사항, UsernamePassword 외에 추가 보안을 위해 SalesForce와 같은 연결에 필요 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
사용자 이름 문자열

ARM 템플릿 리소스 정의

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

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

리소스 형식

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

{
  "type": "Microsoft.MachineLearningServices/workspaces/connections",
  "apiVersion": "2024-04-01-preview",
  "name": "string",
  "properties": {
    "category": "string",
    "expiryTime": "string",
    "isSharedToAll": "bool",
    "metadata": {
      "{customized property}": "string"
    },
    "sharedUserList": [ "string" ],
    "target": "string",
    "authType": "string"
    // For remaining properties, see WorkspaceConnectionPropertiesV2 objects
  }
}

WorkspaceConnectionPropertiesV2 개체

개체의 형식을 지정하려면 authType 속성을 설정합니다.

AAD경우 다음을 사용합니다.

  "authType": "AAD"

accessKey경우 다음을 사용합니다.

  "authType": "AccessKey",
  "credentials": {
    "accessKeyId": "string",
    "secretAccessKey": "string"
  }

accountKey경우 다음을 사용합니다.

  "authType": "AccountKey",
  "credentials": {
    "key": "string"
  }

ApiKey경우 다음을 사용합니다.

  "authType": "ApiKey",
  "credentials": {
    "key": "string"
  }

customKeys경우 다음을 사용합니다.

  "authType": "CustomKeys",
  "credentials": {
    "keys": {
    "{customized property}": "string"
  }

ManagedIdentity경우 다음을 사용합니다.

  "authType": "ManagedIdentity",
  "credentials": {
    "clientId": "string",
    "resourceId": "string"
  }

없음경우 다음을 사용합니다.

  "authType": "None"

OAuth2경우 다음을 사용합니다.

  "authType": "OAuth2",
  "credentials": {
    "authUrl": "string",
    "clientId": "string",
    "clientSecret": "string",
    "developerToken": "string",
    "password": "string",
    "refreshToken": "string",
    "tenantId": "string",
    "username": "string"
  }

PAT경우 다음을 사용합니다.

  "authType": "PAT",
  "credentials": {
    "pat": "string"
  }

SAS경우 다음을 사용합니다.

  "authType": "SAS",
  "credentials": {
    "sas": "string"
  }

ServicePrincipal경우 다음을 사용합니다.

  "authType": "ServicePrincipal",
  "credentials": {
    "clientId": "string",
    "clientSecret": "string",
    "tenantId": "string"
  }

UsernamePassword경우 다음을 사용합니다.

  "authType": "UsernamePassword",
  "credentials": {
    "password": "string",
    "securityToken": "string",
    "username": "string"
  }

속성 값

작업 영역/연결

이름 묘사
리소스 종류 'Microsoft.MachineLearningServices/workspaces/connections'
apiVersion 리소스 api 버전 '2024-04-01-preview'
이름 리소스 이름

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

WorkspaceConnectionPropertiesV2

이름 묘사
범주 연결 범주 'ADLSGen2'
'AmazonMws'
'AmazonRdsForOracle'
'AmazonRdsForSqlServer'
'아마존레드시프'
'AmazonS3Compatible'
'ApiKey'
'AzureBlob'
'AzureDataExplorer'
'AzureDatabricksDeltaLake'
'AzureMariaDb'
'AzureMySqlDb'
'AzureOneLake'
'AzureOpenAI'
'AzurePostgresDb'
'AzureSqlDb'
'AzureSqlMi'
'AzureSynapseAnalytics'
'AzureTableStorage'
'BingLLMSearch'
'Cassandra'
'CognitiveSearch'
'CognitiveService'
'Concur'
'ContainerRegistry'
'CosmosDb'
'CosmosDbMongoDbApi'
'Couchbase'
'CustomKeys'
'Db2'
'Drill'
'Dynamics'
'DynamicsAx'
'DynamicsCrm'
'엘로쿠아'
'FileServer'
'FtpServer'
'GenericContainerRegistry'
'GenericHttp'
'GenericRest'
'Git'
'GoogleAdWords'
'GoogleBigQuery'
'GoogleCloudStorage'
'Greenplum'
'Hbase'
'Hdfs'
'Hive'
'Hubspot'
'임팔라'
'Informix'
'Jira'
'Magento'
'MariaDb'
'Marketo'
'MicrosoftAccess'
'MongoDbAtlas'
'MongoDbV2'
'MySql'
'Netezza'
'ODataRest'
'Odbc'
'Office365'
'OpenAI'
'Oracle'
'OracleCloudStorage'
'OracleServiceCloud'
'PayPal'
'피닉스'
'PostgreSql'
'Presto'
'PythonFeed'
'QuickBooks'
'Redis'
'Responsys'
'S3'
'Salesforce'
'SalesforceMarketingCloud'
'SalesforceServiceCloud'
'SapBw'
'SapCloudForCustomer'
'SapEcc'
'SapHana'
'SapOpenHub'
'SapTable'
'Serp'
'서버리스'
'ServiceNow'
'Sftp'
'SharePointOnlineList'
'Shopify'
'눈송이'
'Spark'
'SqlServer'
'Square'
'Sybase'
'Teradata'
'버티카'
'WebTable'
'Xero'
'Zoho'
expiryTime 문자열
isSharedToAll bool
메타데이터 이 연결에 대한 사용자 메타데이터 저장 workspaceConnectionPropertiesV2Metadata
sharedUserList string[]
과녁 문자열
authType 개체 유형 설정 AAD
AccessKey

AccountKey

ApiKey

CustomKeys

managedIdentity

없음
OAuth2

PAT
SAS

ServicePrincipal
UsernamePassword
(필수)

WorkspaceConnectionPropertiesV2Metadata

이름 묘사
{customized property} 문자열

AADAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'AAD'(필수)

AccessKeyAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'AccessKey'(필수)
자격 증명 workspaceConnectionAccessKey

WorkspaceConnectionAccessKey

이름 묘사
accessKeyId 문자열
secretAccessKey 문자열

AccountKeyAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'AccountKey'(필수)
자격 증명 WorkspaceConnectionAccountKey

WorkspaceConnectionAccountKey

이름 묘사
열쇠 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.

ApiKeyAuthWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'ApiKey'(필수)
자격 증명 작업 영역 연결 자격 증명에 대한 API 키 개체입니다. workspaceConnectionApiKey

WorkspaceConnectionApiKey

이름 묘사
열쇠 문자열

CustomKeysWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'CustomKeys'(필수)
자격 증명 사용자 지정 키 자격 증명 개체 CustomKeys

CustomKeys

이름 묘사
{string}의 사전 CustomKeys
{customized property} 문자열

ManagedIdentityAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'ManagedIdentity'(필수)
자격 증명 workspaceConnectionManagedIdentity

WorkspaceConnectionManagedIdentity

이름 묘사
clientId 문자열
resourceId 문자열

NoneAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'None'(필수)

OAuth2AuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'OAuth2'(필수)
자격 증명 ClientId 및 ClientSecret이 필요합니다. 다른 속성은 선택 사항입니다.
각 OAuth2 공급자의 구현에 따라 달라집니다.
workspaceConnectionOAuth2

WorkspaceConnectionOAuth2

이름 묘사
authUrl Concur 연결 범주에 필요 문자열
clientId UUID 형식의 클라이언트 ID 문자열

제약 조건:
최소 길이 = 36
최대 길이 = 36
패턴 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$
clientSecret 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
developerToken GoogleAdWords 연결 범주에 필요 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
암호 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
refreshToken 필수: GoogleBigQuery, GoogleAdWords, Hubspot, QuickBooks, Square, Xero, Zoho
사용자가 RefreshToken을 오프라인으로 전환해야 하는 경우
문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
tenantId QuickBooks 및 Xero 연결 범주에 필요 문자열
사용자 이름 Concur, ServiceNow 인증 서버 AccessToken 권한 부여 유형이 '암호'입니다.
UsernamePassword가 필요한
문자열

PATAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'PAT'(필수)
자격 증명 workspaceConnectionPersonalAccessToken

WorkspaceConnectionPersonalAccessToken

이름 묘사
문자열

SASAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 'SAS'(필수)
자격 증명 workspaceConnectionSharedAccessSignature

WorkspaceConnectionSharedAccessSignature

이름 묘사
sas 문자열

ServicePrincipalAuthTypeWorkspaceConnectionPropertie...

이름 묘사
authType 연결 대상의 인증 유형 'ServicePrincipal'(필수)
자격 증명 workspaceConnectionServicePrincipal

WorkspaceConnectionServicePrincipal

이름 묘사
clientId 문자열
clientSecret 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
tenantId 문자열

UsernamePasswordAuthTypeWorkspaceConnectionPropertie...

이름 묘사
authType 연결 대상의 인증 유형 'UsernamePassword'(필수)
자격 증명 workspaceConnectionUsernamePassword

WorkspaceConnectionUsernamePassword

이름 묘사
암호 문자열
securityToken 선택 사항, UsernamePassword 외에 추가 보안을 위해 SalesForce와 같은 연결에 필요 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
사용자 이름 문자열

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

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

  • 리소스 그룹

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

리소스 형식

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.MachineLearningServices/workspaces/connections@2024-04-01-preview"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      category = "string"
      expiryTime = "string"
      isSharedToAll = bool
      metadata = {
        {customized property} = "string"
      }
      sharedUserList = [
        "string"
      ]
      target = "string"
      authType = "string"
      // For remaining properties, see WorkspaceConnectionPropertiesV2 objects
    }
  })
}

WorkspaceConnectionPropertiesV2 개체

개체의 형식을 지정하려면 authType 속성을 설정합니다.

AAD경우 다음을 사용합니다.

  authType = "AAD"

accessKey경우 다음을 사용합니다.

  authType = "AccessKey"
  credentials = {
    accessKeyId = "string"
    secretAccessKey = "string"
  }

accountKey경우 다음을 사용합니다.

  authType = "AccountKey"
  credentials = {
    key = "string"
  }

ApiKey경우 다음을 사용합니다.

  authType = "ApiKey"
  credentials = {
    key = "string"
  }

customKeys경우 다음을 사용합니다.

  authType = "CustomKeys"
  credentials = {
    keys = {
    {customized property} = "string"
  }

ManagedIdentity경우 다음을 사용합니다.

  authType = "ManagedIdentity"
  credentials = {
    clientId = "string"
    resourceId = "string"
  }

없음경우 다음을 사용합니다.

  authType = "None"

OAuth2경우 다음을 사용합니다.

  authType = "OAuth2"
  credentials = {
    authUrl = "string"
    clientId = "string"
    clientSecret = "string"
    developerToken = "string"
    password = "string"
    refreshToken = "string"
    tenantId = "string"
    username = "string"
  }

PAT경우 다음을 사용합니다.

  authType = "PAT"
  credentials = {
    pat = "string"
  }

SAS경우 다음을 사용합니다.

  authType = "SAS"
  credentials = {
    sas = "string"
  }

ServicePrincipal경우 다음을 사용합니다.

  authType = "ServicePrincipal"
  credentials = {
    clientId = "string"
    clientSecret = "string"
    tenantId = "string"
  }

UsernamePassword경우 다음을 사용합니다.

  authType = "UsernamePassword"
  credentials = {
    password = "string"
    securityToken = "string"
    username = "string"
  }

속성 값

작업 영역/연결

이름 묘사
리소스 종류 "Microsoft.MachineLearningServices/workspaces/connections@2024-04-01-preview"
이름 리소스 이름 string(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식 리소스의 ID: 작업 영역
속성 workspaceConnectionPropertiesV2 (필수)

WorkspaceConnectionPropertiesV2

이름 묘사
범주 연결 범주 "ADLSGen2"
"AmazonMws"
"AmazonRdsForOracle"
"AmazonRdsForSqlServer"
"AmazonRedshift"
"AmazonS3Compatible"
"ApiKey"
"AzureBlob"
"AzureDataExplorer"
"AzureDatabricksDeltaLake"
"AzureMariaDb"
"AzureMySqlDb"
"AzureOneLake"
"AzureOpenAI"
"AzurePostgresDb"
"AzureSqlDb"
"AzureSqlMi"
"AzureSynapseAnalytics"
"AzureTableStorage"
"BingLLMSearch"
"Cassandra"
"CognitiveSearch"
"CognitiveService"
"Concur"
"ContainerRegistry"
"CosmosDb"
"CosmosDbMongoDbApi"
"Couchbase"
"CustomKeys"
"Db2"
"드릴"
"Dynamics"
"DynamicsAx"
"DynamicsCrm"
"엘로쿠아"
"FileServer"
"FtpServer"
"GenericContainerRegistry"
"GenericHttp"
"GenericRest"
"Git"
"GoogleAdWords"
"GoogleBigQuery"
"GoogleCloudStorage"
"Greenplum"
"Hbase"
"Hdfs"
"Hive"
"Hubspot"
"Impala"
"Informix"
"Jira"
"Magento"
"MariaDb"
"Marketo"
"MicrosoftAccess"
"MongoDbAtlas"
"MongoDbV2"
"MySql"
"Netezza"
"ODataRest"
"Odbc"
"Office365"
"OpenAI"
"Oracle"
"OracleCloudStorage"
"OracleServiceCloud"
"PayPal"
"Phoenix"
"PostgreSql"
"Presto"
"PythonFeed"
"QuickBooks"
"Redis"
"Responsys"
"S3"
"Salesforce"
"SalesforceMarketingCloud"
"SalesforceServiceCloud"
"SapBw"
"SapCloudForCustomer"
"SapEcc"
"SapHana"
"SapOpenHub"
"SapTable"
"Serp"
"서버리스"
"ServiceNow"
"Sftp"
"SharePointOnlineList"
"Shopify"
"눈송이"
"Spark"
"SqlServer"
"Square"
"Sybase"
"Teradata"
"버티카"
"WebTable"
"Xero"
"Zoho"
expiryTime 문자열
isSharedToAll bool
메타데이터 이 연결에 대한 사용자 메타데이터 저장 workspaceConnectionPropertiesV2Metadata
sharedUserList string[]
과녁 문자열
authType 개체 유형 설정 AAD
AccessKey

AccountKey

ApiKey

CustomKeys

managedIdentity

없음
OAuth2

PAT
SAS

ServicePrincipal
UsernamePassword
(필수)

WorkspaceConnectionPropertiesV2Metadata

이름 묘사
{customized property} 문자열

AADAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 "AAD"(필수)

AccessKeyAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 "AccessKey"(필수)
자격 증명 workspaceConnectionAccessKey

WorkspaceConnectionAccessKey

이름 묘사
accessKeyId 문자열
secretAccessKey 문자열

AccountKeyAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 "AccountKey"(필수)
자격 증명 WorkspaceConnectionAccountKey

WorkspaceConnectionAccountKey

이름 묘사
열쇠 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.

ApiKeyAuthWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 "ApiKey"(필수)
자격 증명 작업 영역 연결 자격 증명에 대한 API 키 개체입니다. workspaceConnectionApiKey

WorkspaceConnectionApiKey

이름 묘사
열쇠 문자열

CustomKeysWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 "CustomKeys"(필수)
자격 증명 사용자 지정 키 자격 증명 개체 CustomKeys

CustomKeys

이름 묘사
{string}의 사전 CustomKeys
{customized property} 문자열

ManagedIdentityAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 "ManagedIdentity"(필수)
자격 증명 workspaceConnectionManagedIdentity

WorkspaceConnectionManagedIdentity

이름 묘사
clientId 문자열
resourceId 문자열

NoneAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 "None"(필수)

OAuth2AuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 "OAuth2"(필수)
자격 증명 ClientId 및 ClientSecret이 필요합니다. 다른 속성은 선택 사항입니다.
각 OAuth2 공급자의 구현에 따라 달라집니다.
workspaceConnectionOAuth2

WorkspaceConnectionOAuth2

이름 묘사
authUrl Concur 연결 범주에 필요 문자열
clientId UUID 형식의 클라이언트 ID 문자열

제약 조건:
최소 길이 = 36
최대 길이 = 36
패턴 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$
clientSecret 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
developerToken GoogleAdWords 연결 범주에 필요 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
암호 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
refreshToken 필수: GoogleBigQuery, GoogleAdWords, Hubspot, QuickBooks, Square, Xero, Zoho
사용자가 RefreshToken을 오프라인으로 전환해야 하는 경우
문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
tenantId QuickBooks 및 Xero 연결 범주에 필요 문자열
사용자 이름 Concur, ServiceNow 인증 서버 AccessToken 권한 부여 유형이 '암호'입니다.
UsernamePassword가 필요한
문자열

PATAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 "PAT"(필수)
자격 증명 workspaceConnectionPersonalAccessToken

WorkspaceConnectionPersonalAccessToken

이름 묘사
문자열

SASAuthTypeWorkspaceConnectionProperties

이름 묘사
authType 연결 대상의 인증 유형 "SAS"(필수)
자격 증명 workspaceConnectionSharedAccessSignature

WorkspaceConnectionSharedAccessSignature

이름 묘사
sas 문자열

ServicePrincipalAuthTypeWorkspaceConnectionPropertie...

이름 묘사
authType 연결 대상의 인증 유형 "ServicePrincipal"(필수)
자격 증명 workspaceConnectionServicePrincipal

WorkspaceConnectionServicePrincipal

이름 묘사
clientId 문자열
clientSecret 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
tenantId 문자열

UsernamePasswordAuthTypeWorkspaceConnectionPropertie...

이름 묘사
authType 연결 대상의 인증 유형 "UsernamePassword"(필수)
자격 증명 workspaceConnectionUsernamePassword

WorkspaceConnectionUsernamePassword

이름 묘사
암호 문자열
securityToken 선택 사항, UsernamePassword 외에 추가 보안을 위해 SalesForce와 같은 연결에 필요 문자열

제약 조건:
중요한 값입니다. 보안 매개 변수로 전달합니다.
사용자 이름 문자열