Freigeben über


ImageDefinitionBuildTaskGroup Class

Definition

A task group executed during the image definition build.

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

Constructors

Name Description
ImageDefinitionBuildTaskGroup()

Creates an new ImageDefinitionBuildTaskGroup instance.

Properties

Name Description
EndTime

End time of the task group.

Name

The name of the task group.

StartTime

Start time of the task group.

Status

The status of the task group.

Task

The list of tasks executed during the task group.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ImageDefinitionBuildTaskGroup.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImageDefinitionBuildTaskGroup.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImageDefinitionBuildTaskGroup into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to