Share via


IBuildResult Interface

Definition

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

Properties

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.

Id

Fully qualified resource Id for the resource.

(Inherited from IResource)
Name

The name of the resource.

(Inherited from IResource)
PropertiesName

The name of this build result

ProvisioningState

Provisioning state of the KPack build result

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Type

The type of the resource.

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to