다음을 통해 공유


IBuild Interface

Definition

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

Properties

Name Description
AgentPool

The resource id of agent pool

Env

The environment variables for this build

Er

The resource id of builder to build the source code

Id

Fully qualified resource Id for the resource.

(Inherited from IResource)
Name

The name of the resource.

(Inherited from IResource)
ProvisioningState

Provisioning state of the KPack build result

RelativePath

The relative path of source code

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)
TriggeredBuildResultId

The unique build id of this build result

Type

The type of the resource.

(Inherited from IResource)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to