次の方法で共有


AksComputeSecrets interface

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

Extends

プロパティ

computeType

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

継承されたプロパティ

adminKubeConfig

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

imagePullSecretName

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

userKubeConfig

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

プロパティの詳細

computeType

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

computeType: "AKS"

プロパティ値

"AKS"

継承されたプロパティの詳細

adminKubeConfig

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

adminKubeConfig?: string

プロパティ値

string

承元AksComputeSecretsProperties.adminKubeConfig

imagePullSecretName

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

imagePullSecretName?: string

プロパティ値

string

承元AksComputeSecretsProperties.imagePullSecretName

userKubeConfig

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

userKubeConfig?: string

プロパティ値

string

承元AksComputeSecretsProperties.userKubeConfig