IImageDefinitionBuildTask Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ImageDefinitionBuildTaskTypeConverter))]
public interface IImageDefinitionBuildTask : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ImageDefinitionBuildTaskTypeConverter))>]
type IImageDefinitionBuildTask = interface
interface IJsonSerializable
Public Interface IImageDefinitionBuildTask
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| DisplayName |
Display name to help differentiate multiple instances of the same task. |
| EndTime |
End time of the task. |
| Id |
ID of the task instance. |
| LogUri |
The URI for retrieving logs for the task execution. |
| Name |
The name of the task. |
| Parameter |
Parameters for the task. |
| StartTime |
Start time of the task. |
| Status |
The status of the task. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |