MachineLearningAksComputeSecrets Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Secrets related to a Machine Learning compute based on AKS.
public class MachineLearningAksComputeSecrets : Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeSecrets, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningAksComputeSecrets>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningAksComputeSecrets>
public class MachineLearningAksComputeSecrets : Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeSecrets
type MachineLearningAksComputeSecrets = class
inherit MachineLearningComputeSecrets
interface IJsonModel<MachineLearningAksComputeSecrets>
interface IPersistableModel<MachineLearningAksComputeSecrets>
type MachineLearningAksComputeSecrets = class
inherit MachineLearningComputeSecrets
Public Class MachineLearningAksComputeSecrets
Inherits MachineLearningComputeSecrets
Implements IJsonModel(Of MachineLearningAksComputeSecrets), IPersistableModel(Of MachineLearningAksComputeSecrets)
Public Class MachineLearningAksComputeSecrets
Inherits MachineLearningComputeSecrets
- Inheritance
- Implements
Properties
AdminKubeConfig |
Content of kubeconfig file that can be used to connect to the Kubernetes cluster. |
ImagePullSecretName |
Image registry pull secret. |
UserKubeConfig |
Content of kubeconfig file that can be used to connect to the Kubernetes cluster. |
Explicit Interface Implementations
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET