次の方法で共有


Build Class

Build resource properties.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.containerregistry.v2018_02_01_preview.models._models_py3.ProxyResource
Build

Constructor

Build(*, build_id: str | None = None, status: str | _models.BuildStatus | None = None, last_updated_time: datetime | None = None, build_type: str | _models.BuildType | None = None, create_time: datetime | None = None, start_time: datetime | None = None, finish_time: datetime | None = None, output_images: List[_models.ImageDescriptor] | None = None, build_task: str | None = None, image_update_trigger: _models.ImageUpdateTrigger | None = None, git_commit_trigger: _models.GitCommitTrigger | None = None, is_archive_enabled: bool = False, platform: _models.PlatformProperties | None = None, provisioning_state: str | _models.ProvisioningState | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
build_id
str

The unique identifier for the build.

status

The current status of the build. Known values are: "Queued", "Started", "Running", "Succeeded", "Failed", "Canceled", "Error", and "Timeout".

last_updated_time

The last updated time for the build.

build_type

The type of build. Known values are: "AutoBuild" and "QuickBuild".

create_time

The time the build was created.

start_time

The time the build started.

finish_time

The time the build finished.

output_images

The list of all images that were generated from the build.

build_task
str

The build task with which the build was started.

image_update_trigger

The image update trigger that caused the build.

git_commit_trigger

The git commit trigger that caused the build.

is_archive_enabled

The value that indicates whether archiving is enabled or not.

platform

The platform properties against which the build will happen.

provisioning_state

The provisioning state of a build. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".

Variables

Name Description
id
str

The resource ID.

name
str

The name of the resource.

type
str

The type of the resource.

build_id
str

The unique identifier for the build.

status

The current status of the build. Known values are: "Queued", "Started", "Running", "Succeeded", "Failed", "Canceled", "Error", and "Timeout".

last_updated_time

The last updated time for the build.

build_type

The type of build. Known values are: "AutoBuild" and "QuickBuild".

create_time

The time the build was created.

start_time

The time the build started.

finish_time

The time the build finished.

output_images

The list of all images that were generated from the build.

build_task
str

The build task with which the build was started.

image_update_trigger

The image update trigger that caused the build.

git_commit_trigger

The git commit trigger that caused the build.

is_archive_enabled

The value that indicates whether archiving is enabled or not.

platform

The platform properties against which the build will happen.

provisioning_state

The provisioning state of a build. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".