Status Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.StatusTypeConverter))]
public class Status : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.StatusTypeConverter))>]
type Status = class
    interface IStatus
    interface IJsonSerializable
Public Class Status
Implements IStatus
Inheritance
Status
Attributes
Implements

Constructors

Status()

Creates an new Status instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Status.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Status.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IStatus.

FromJsonString(String)

Creates a new instance of Status, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Status into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to