BuildFilter Class

Properties that are enabled for Odata querying.

Inheritance
BuildFilter

Constructor

BuildFilter(*, build_id: Optional[str] = None, build_type: Optional[Union[str, azure.mgmt.containerregistry.v2018_02_01_preview.models._container_registry_management_client_enums.BuildType]] = None, status: Optional[Union[str, azure.mgmt.containerregistry.v2018_02_01_preview.models._container_registry_management_client_enums.BuildStatus]] = None, create_time: Optional[datetime.datetime] = None, finish_time: Optional[datetime.datetime] = None, output_image_manifests: Optional[str] = None, is_archive_enabled: Optional[bool] = None, build_task_name: Optional[str] = None, **kwargs)

Variables

build_id
str

The unique identifier for the build.

build_type
str or BuildType

The type of build. Possible values include: "AutoBuild", "QuickBuild".

status
str or BuildStatus

The current status of the build. Possible values include: "Queued", "Started", "Running", "Succeeded", "Failed", "Canceled", "Error", "Timeout".

create_time
datetime

The create time for a build.

finish_time
datetime

The time the build finished.

output_image_manifests
str

The list of comma-separated image manifests that were generated from the build.

is_archive_enabled
bool

The value that indicates whether archiving is enabled or not.

build_task_name
str

The name of the build task that the build corresponds to.