Delen via


ContainerRegistryPassword Class

Definition

The login password for the container registry.

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

Properties

Name

The password name.

Value

The password value.

Explicit Interface Implementations

IJsonModel<ContainerRegistryPassword>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerRegistryPassword>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerRegistryPassword>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryPassword>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerRegistryPassword>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to