TriggeredBuildResult 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.
The build result triggered by a build
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.TriggeredBuildResultTypeConverter))]
public class TriggeredBuildResult : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ITriggeredBuildResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.TriggeredBuildResultTypeConverter))>]
type TriggeredBuildResult = class
interface ITriggeredBuildResult
interface IJsonSerializable
Public Class TriggeredBuildResult
Implements ITriggeredBuildResult
- Inheritance
-
TriggeredBuildResult
- Attributes
- Implements
Constructors
TriggeredBuildResult() |
Creates an new TriggeredBuildResult instance. |
Properties
Id |
The unique build id of this build result |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TriggeredBuildResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TriggeredBuildResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ITriggeredBuildResult. |
FromJsonString(String) |
Creates a new instance of TriggeredBuildResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TriggeredBuildResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |