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

MachineLearningAksComputeSecrets 类

定义

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

public class MachineLearningAksComputeSecrets : Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeSecrets
type MachineLearningAksComputeSecrets = class
    inherit MachineLearningComputeSecrets
Public Class MachineLearningAksComputeSecrets
Inherits MachineLearningComputeSecrets
继承
MachineLearningAksComputeSecrets

属性

AdminKubeConfig

可用于连接到 Kubernetes 群集的 kubeconfig 文件的内容。

ImagePullSecretName

映像注册表拉取机密。

UserKubeConfig

可用于连接到 Kubernetes 群集的 kubeconfig 文件的内容。

适用于