Freigeben über


ConnectedRegistryStatusDetail Class

Definition

The status detail properties of the connected registry.

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

Properties

Code

The code of the status.

CorrelationId

The correlation ID of the status.

Description

The description of the status.

StatusDetailType

The component of the connected registry corresponding to the status.

Timestamp

The timestamp of the status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectedRegistryStatusDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectedRegistryStatusDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectedRegistryStatusDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectedRegistryStatusDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectedRegistryStatusDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to