Freigeben über


ImageDefinitionBuildProperties Class

Definition

Properties of an Image Definition Build.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ImageDefinitionBuildPropertiesTypeConverter))]
public class ImageDefinitionBuildProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageDefinitionBuildProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ImageDefinitionBuildPropertiesTypeConverter))>]
type ImageDefinitionBuildProperties = class
    interface IImageDefinitionBuildProperties
    interface IJsonSerializable
Public Class ImageDefinitionBuildProperties
Implements IImageDefinitionBuildProperties
Inheritance
ImageDefinitionBuildProperties
Attributes
Implements

Constructors

Name Description
ImageDefinitionBuildProperties()

Creates an new ImageDefinitionBuildProperties instance.

Properties

Name Description
EndTime

End time of the task group.

ErrorDetailCode

An identifier for the error.

ErrorDetailMessage

A message describing the error.

ImageReferenceExactVersion

The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.

ImageReferenceId

Image ID, or Image version ID. When Image ID is provided, its latest version will be used.

StartTime

Start time of the task group.

Status

The status of the build.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ImageDefinitionBuildProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImageDefinitionBuildProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageDefinitionBuildProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImageDefinitionBuildProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to