Share via


MachineLearningAksComputeSecrets Class

Definition

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
MachineLearningAksComputeSecrets
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

IJsonModel<MachineLearningAksComputeSecrets>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MachineLearningAksComputeSecrets>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MachineLearningComputeSecrets>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MachineLearningComputeSecrets)
IJsonModel<MachineLearningComputeSecrets>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningComputeSecrets)
IPersistableModel<MachineLearningAksComputeSecrets>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningAksComputeSecrets>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MachineLearningAksComputeSecrets>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MachineLearningComputeSecrets>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MachineLearningComputeSecrets)
IPersistableModel<MachineLearningComputeSecrets>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MachineLearningComputeSecrets)
IPersistableModel<MachineLearningComputeSecrets>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MachineLearningComputeSecrets)

Applies to