Status 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.
[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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |