Freigeben über


ImageDefinitionProperties Class

Definition

Properties of an Image Definition.

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

Constructors

Name Description
ImageDefinitionProperties()

Creates an new ImageDefinitionProperties instance.

Properties

Name Description
ActiveImageReferenceExactVersion

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

ActiveImageReferenceId

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

AutoImageBuild

Indicates if automatic image builds will be triggered for image definition updates

ExtendImageDefinition

Name of the referenced Image Definition.

ExtendParameter

Parameters for the referenced Image Definition.

FileUrl

The URL to the repository file containing the image definition.

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.

ImageValidationErrorDetailCode

An identifier for the error.

ImageValidationErrorDetailMessage

A message describing the error.

ImageValidationStatus

Validation status of the configured image.

LatestBuildEndTime

End time of the task group.

LatestBuildName

Identifier of a build.

LatestBuildStartTime

Start time of the task group.

LatestBuildStatus

The state of an Image Definition Build.

Task

Tasks to run at Dev Box provisioning time.

UserTask

Tasks to run when a user first logs into a Dev Box.

ValidationStatus

Validation status for the Image Definition.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ImageDefinitionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImageDefinitionProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImageDefinitionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to