LatestImageBuild 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.
Details about the latest build.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.LatestImageBuildTypeConverter))]
public class LatestImageBuild : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ILatestImageBuild
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.LatestImageBuildTypeConverter))>]
type LatestImageBuild = class
interface ILatestImageBuild
interface IJsonSerializable
Public Class LatestImageBuild
Implements ILatestImageBuild
- Inheritance
-
LatestImageBuild
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| LatestImageBuild() |
Creates an new LatestImageBuild instance. |
Properties
| Name | Description |
|---|---|
| EndTime |
End time of the task group. |
| Name |
Identifier of a build. |
| StartTime |
Start time of the task group. |
| Status |
The state of an Image Definition Build. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LatestImageBuild. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LatestImageBuild. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ILatestImageBuild. |
| FromJsonString(String) |
Creates a new instance of LatestImageBuild, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of LatestImageBuild into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |