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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET