다음을 통해 공유


Compute - List Keys

Machine Learning 컴퓨팅(스토리지 키, 서비스 자격 증명 등)과 관련된 비밀을 가져옵니다.

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/listKeys?api-version=2024-04-01

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
computeName
path True

string

Azure Machine Learning 컴퓨팅의 이름입니다.

resourceGroupName
path True

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

subscriptionId
path True

string

대상 구독의 ID입니다.

workspaceName
path True

string

Azure Machine Learning 작업 영역의 이름입니다.

regex 패턴: ^[a-zA-Z0-9][a-zA-Z0-9_-]{2,32}$

api-version
query True

string

이 작업에 사용할 API 버전입니다.

응답

Name 형식 Description
200 OK ComputeSecrets:

성공.

Other Status Codes

ErrorResponse

작업이 실패한 이유를 설명하는 오류 응답입니다.

보안

azure_auth

Azure Active Directory OAuth2 Flow.

형식: oauth2
Flow: implicit
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize

범위

Name Description
user_impersonation 사용자 계정 가장

예제

List AKS Compute Keys

샘플 요청

POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123/listKeys?api-version=2024-04-01

샘플 응답

{
  "computeType": "AKS",
  "userKubeConfig": "user kube config...",
  "adminKubeConfig": "admin kube config...",
  "imagePullSecretName": "the image pull secret name"
}

정의

Name Description
AksComputeSecrets

AKS 기반 Machine Learning 컴퓨팅과 관련된 비밀입니다.

ComputeType

컴퓨팅 유형

DatabricksComputeSecrets

Databricks를 기반으로 하는 Machine Learning 컴퓨팅과 관련된 비밀입니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

ErrorDetail

오류 세부 정보입니다.

ErrorResponse

오류 응답

VirtualMachineSecrets

AKS 기반 Machine Learning 컴퓨팅과 관련된 비밀입니다.

VirtualMachineSshCredentials

가상 머신에 대한 자격 증명 관리

AksComputeSecrets

AKS 기반 Machine Learning 컴퓨팅과 관련된 비밀입니다.

Name 형식 Description
adminKubeConfig

string

Kubernetes 클러스터에 연결하는 데 사용할 수 있는 kubeconfig 파일의 콘텐츠입니다.

computeType string:

AKS

컴퓨팅 유형

imagePullSecretName

string

이미지 레지스트리 끌어오기 비밀입니다.

userKubeConfig

string

Kubernetes 클러스터에 연결하는 데 사용할 수 있는 kubeconfig 파일의 콘텐츠입니다.

ComputeType

컴퓨팅 유형

Name 형식 Description
AKS

string

AmlCompute

string

ComputeInstance

string

DataFactory

string

DataLakeAnalytics

string

Databricks

string

HDInsight

string

Kubernetes

string

SynapseSpark

string

VirtualMachine

string

DatabricksComputeSecrets

Databricks를 기반으로 하는 Machine Learning 컴퓨팅과 관련된 비밀입니다.

Name 형식 Description
computeType string:

Databricks

컴퓨팅 유형

databricksAccessToken

string

databricks 계정에 대한 액세스 토큰입니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

Name 형식 Description
info

object

추가 정보입니다.

type

string

추가 정보 유형입니다.

ErrorDetail

오류 세부 정보입니다.

Name 형식 Description
additionalInfo

ErrorAdditionalInfo[]

오류 추가 정보입니다.

code

string

오류 코드입니다.

details

ErrorDetail[]

오류 세부 정보입니다.

message

string

오류 메시지입니다.

target

string

오류 대상입니다.

ErrorResponse

오류 응답

Name 형식 Description
error

ErrorDetail

Error 개체.

VirtualMachineSecrets

AKS 기반 Machine Learning 컴퓨팅과 관련된 비밀입니다.

Name 형식 Description
administratorAccount

VirtualMachineSshCredentials

가상 머신에 대한 자격 증명을 관리.

computeType string:

VirtualMachine

컴퓨팅 유형

VirtualMachineSshCredentials

가상 머신에 대한 자격 증명 관리

Name 형식 Description
password

string

관리자 계정의 암호

privateKeyData

string

프라이빗 키 데이터

publicKeyData

string

공개 키 데이터

username

string

관리자 계정의 사용자 이름