Share via


IBuildResultProperties Interface

Definition

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to