Share via


MachineLearningContainerRegistryCredentials Class

Definition

The MachineLearningContainerRegistryCredentials.

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

Properties

Location

Gets the ___location.

Passwords

Gets the passwords.

Username

Gets the username.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MachineLearningContainerRegistryCredentials>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningContainerRegistryCredentials>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningContainerRegistryCredentials>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningContainerRegistryCredentials>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningContainerRegistryCredentials>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to