Condividi tramite


BuildResultProperties Class

Definition

Build result resource properties payload

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildResultPropertiesTypeConverter))]
public class BuildResultProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildResultProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildResultPropertiesTypeConverter))>]
type BuildResultProperties = class
    interface IBuildResultProperties
    interface IJsonSerializable
Public Class BuildResultProperties
Implements IBuildResultProperties
Inheritance
BuildResultProperties
Attributes
Implements

Constructors

Name Description
BuildResultProperties()

Creates an new BuildResultProperties instance.

Properties

Name Description
BuildPodName

The build pod name which can be used to get the build log streaming.

BuildStage

All of the build stage (init-container and container) resources in build pod.

Name

The name of this build result

ProvisioningState

Provisioning state of the KPack build result

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BuildResultProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BuildResultProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildResultProperties.

FromJsonString(String)

Creates a new instance of BuildResultProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BuildResultProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to