ContainerAppRegistryInfo Class

Definition

Container App registry information.

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

Constructors

ContainerAppRegistryInfo()

Initializes a new instance of ContainerAppRegistryInfo.

Properties

RegistryPassword

registry secret.

RegistryServer

registry server Url.

RegistryUserName

registry username.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppRegistryInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppRegistryInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppRegistryInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppRegistryInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppRegistryInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to