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 パラメーター

名前 / 必須 説明
computeName
path True

string

Azure Machine Learning コンピューティングの名前。

resourceGroupName
path True

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

subscriptionId
path True

string

ターゲット サブスクリプションの ID。

workspaceName
path True

string

Azure Machine Learning ワークスペースの名前。

Regex pattern: ^[a-zA-Z0-9][a-zA-Z0-9_-]{2,32}$

api-version
query True

string

この操作に使用する API バージョン。

応答

名前 説明
200 OK ComputeSecrets:

正常終了しました。

Other Status Codes

ErrorResponse

操作に失敗した理由を説明するエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

List AKS Compute Keys

Sample Request

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

Sample Response

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

定義

名前 説明
AksComputeSecrets

AKS に基づく Machine Learning コンピューティングに関連するシークレット。

ComputeType

コンピューティングの種類

DatabricksComputeSecrets

Databricks に基づく Machine Learning コンピューティングに関連するシークレット。

ErrorAdditionalInfo

リソース管理エラーの追加情報。

ErrorDetail

エラーの詳細。

ErrorResponse

エラー応答

VirtualMachineSecrets

AKS に基づく Machine Learning コンピューティングに関連するシークレット。

VirtualMachineSshCredentials

仮想マシンの管理資格情報

AksComputeSecrets

AKS に基づく Machine Learning コンピューティングに関連するシークレット。

名前 説明
adminKubeConfig

string

Kubernetes クラスターへの接続に使用できる kubeconfig ファイルの内容。

computeType string:

AKS

コンピューティングの種類

imagePullSecretName

string

イメージ レジストリのプル シークレット。

userKubeConfig

string

Kubernetes クラスターへの接続に使用できる kubeconfig ファイルの内容。

ComputeType

コンピューティングの種類

名前 説明
AKS

string

AmlCompute

string

ComputeInstance

string

DataFactory

string

DataLakeAnalytics

string

Databricks

string

HDInsight

string

Kubernetes

string

SynapseSpark

string

VirtualMachine

string

DatabricksComputeSecrets

Databricks に基づく Machine Learning コンピューティングに関連するシークレット。

名前 説明
computeType string:

Databricks

コンピューティングの種類

databricksAccessToken

string

databricks アカウントのアクセス トークン。

ErrorAdditionalInfo

リソース管理エラーの追加情報。

名前 説明
info

object

追加情報。

type

string

追加情報の種類。

ErrorDetail

エラーの詳細。

名前 説明
additionalInfo

ErrorAdditionalInfo[]

エラーの追加情報。

code

string

エラー コード。

details

ErrorDetail[]

エラーの詳細です。

message

string

エラー メッセージ。

target

string

エラーのターゲット。

ErrorResponse

エラー応答

名前 説明
error

ErrorDetail

error オブジェクト。

VirtualMachineSecrets

AKS に基づく Machine Learning コンピューティングに関連するシークレット。

名前 説明
administratorAccount

VirtualMachineSshCredentials

仮想マシンの資格情報を管理します。

computeType string:

VirtualMachine

コンピューティングの種類

VirtualMachineSshCredentials

仮想マシンの管理資格情報

名前 説明
password

string

管理者アカウントのパスワード

privateKeyData

string

秘密キー データ

publicKeyData

string

公開キー データ

username

string

管理者アカウントのユーザー名