Share via


ContainerRegistryResourceStatus Class

Definition

The status of an Azure resource at the time the operation was called.

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

Properties

DisplayStatus

The short label for the status.

Message

The detailed message for the status, including alerts and error messages.

Timestamp

The timestamp when the status was changed to the current value.

Explicit Interface Implementations

IJsonModel<ContainerRegistryResourceStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerRegistryResourceStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerRegistryResourceStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryResourceStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerRegistryResourceStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to