Share via


MachineLearningVirtualMachineSecrets Class

Definition

Secrets related to a Machine Learning compute based on AKS.

public class MachineLearningVirtualMachineSecrets : Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeSecrets, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningVirtualMachineSecrets>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningVirtualMachineSecrets>
public class MachineLearningVirtualMachineSecrets : Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeSecrets
type MachineLearningVirtualMachineSecrets = class
    inherit MachineLearningComputeSecrets
    interface IJsonModel<MachineLearningVirtualMachineSecrets>
    interface IPersistableModel<MachineLearningVirtualMachineSecrets>
type MachineLearningVirtualMachineSecrets = class
    inherit MachineLearningComputeSecrets
Public Class MachineLearningVirtualMachineSecrets
Inherits MachineLearningComputeSecrets
Implements IJsonModel(Of MachineLearningVirtualMachineSecrets), IPersistableModel(Of MachineLearningVirtualMachineSecrets)
Public Class MachineLearningVirtualMachineSecrets
Inherits MachineLearningComputeSecrets
Inheritance
MachineLearningVirtualMachineSecrets
Implements

Properties

AdministratorAccount

Admin credentials for virtual machine.

Explicit Interface Implementations

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)
IJsonModel<MachineLearningVirtualMachineSecrets>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningVirtualMachineSecrets>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<MachineLearningVirtualMachineSecrets>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningVirtualMachineSecrets>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningVirtualMachineSecrets>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to