共用方式為


AksComputeSecrets interface

與以 AKS 為基礎的機器學習計算相關的秘密。

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