次の方法で共有


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から継承されます