Freigeben über


IImageDefinitionProperties Interface

Definition

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to