DevCenterImageDefinitionBuildTaskGroup Class
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.
A task group executed during the image definition build.
public class DevCenterImageDefinitionBuildTaskGroup : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevCenter.Models.DevCenterImageDefinitionBuildTaskGroup>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevCenter.Models.DevCenterImageDefinitionBuildTaskGroup>
type DevCenterImageDefinitionBuildTaskGroup = class
interface IJsonModel<DevCenterImageDefinitionBuildTaskGroup>
interface IPersistableModel<DevCenterImageDefinitionBuildTaskGroup>
Public Class DevCenterImageDefinitionBuildTaskGroup
Implements IJsonModel(Of DevCenterImageDefinitionBuildTaskGroup), IPersistableModel(Of DevCenterImageDefinitionBuildTaskGroup)
- Inheritance
-
DevCenterImageDefinitionBuildTaskGroup
- Implements
Properties
| Name | Description |
|---|---|
| EndOn |
End time of the task group. |
| Name |
The name of the task group. |
| StartOn |
Start time of the task group. |
| Status |
The status of the task group. |
| Tasks |
The list of tasks executed during the task group. |