RunFilter Class

Properties that are enabled for Odata querying on runs.

Inheritance
RunFilter

Constructor

RunFilter(*, run_id: Optional[str] = None, run_type: Optional[Union[str, azure.mgmt.containerregistry.v2019_06_01_preview.models._container_registry_management_client_enums.RunType]] = None, status: Optional[Union[str, azure.mgmt.containerregistry.v2019_06_01_preview.models._container_registry_management_client_enums.RunStatus]] = 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, task_name: Optional[str] = None, agent_pool_name: Optional[str] = None, **kwargs)

Variables

run_id
str

The unique identifier for the run.

run_type
str or RunType

The type of run. Possible values include: "QuickBuild", "QuickRun", "AutoBuild", "AutoRun".

status
str or RunStatus

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

create_time
datetime

The create time for a run.

finish_time
datetime

The time the run finished.

output_image_manifests
str

The list of comma-separated image manifests that were generated from the run. This is applicable if the run is of build type.

is_archive_enabled
bool

The value that indicates whether archiving is enabled or not.

task_name
str

The name of the task that the run corresponds to.

agent_pool_name
str

The name of the agent pool that the run corresponds to.