Lingua

MachineLearningContainerRegistryCredentials Class

Definition

The credentials for accessing a container registry.

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

Name Description
Location

The registry location.

Passwords

The registry passwords.

Username

The registry username.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the JSON representation of the model to the provided writer.

Explicit Interface Implementations

Name Description
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