Freigeben über


ImageDefinitionBuildDetails Class

Definition

Represents a specific build of an Image Definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ImageDefinitionBuildDetailsTypeConverter))]
public class ImageDefinitionBuildDetails : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageDefinitionBuildDetails, Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ImageDefinitionBuildDetailsTypeConverter))>]
type ImageDefinitionBuildDetails = class
    interface IImageDefinitionBuildDetails
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class ImageDefinitionBuildDetails
Implements IImageDefinitionBuildDetails, IValidates
Inheritance
ImageDefinitionBuildDetails
Attributes
Implements

Constructors

Name Description
ImageDefinitionBuildDetails()

Creates an new ImageDefinitionBuildDetails instance.

Properties

Name Description
EndTime

End time of the task group.

ErrorDetailCode

An identifier for the error.

ErrorDetailMessage

A message describing the error.

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

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.

Name

The name of the resource

StartTime

Start time of the task group.

Status

The status of the build.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

TaskGroup

The list of task groups executed during the image definition build.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ImageDefinitionBuildDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImageDefinitionBuildDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImageDefinitionBuildDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to