Condividi tramite


TriggeredBuildResult Class

Definition

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

Name Description
TriggeredBuildResult()

Creates an new TriggeredBuildResult instance.

Properties

Name Description
Id

The unique build id of this build result

Methods

Name Description
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()

Applies to