Bagikan melalui


StatusDetailProperties Class

Definition

The status detail properties of the connected registry.

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

Constructors

StatusDetailProperties()

Creates an new StatusDetailProperties instance.

Properties

Code

The code of the status.

CorrelationId

The correlation ID of the status.

Description

The description of the status.

Timestamp

The timestamp of the status.

Type

The component of the connected registry corresponding to the status.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StatusDetailProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StatusDetailProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StatusDetailProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to