你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AksComputeSecrets interface

与基于 AKS 的机器学习计算相关的机密。

扩展

属性

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