ContainerRegistryResourceStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
type ContainerRegistryResourceStatus = class
interface IJsonModel<ContainerRegistryResourceStatus>
interface IPersistableModel<ContainerRegistryResourceStatus>
Public Class ContainerRegistryResourceStatus
Implements IJsonModel(Of ContainerRegistryResourceStatus), IPersistableModel(Of 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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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
Azure SDK for .NET