Run Class
Run resource properties.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.ProxyResourceRun
Constructor
Run(*, run_id: Optional[str] = None, status: Optional[Union[str, azure.mgmt.containerregistry.v2019_06_01_preview.models._container_registry_management_client_enums.RunStatus]] = None, last_updated_time: Optional[datetime.datetime] = None, run_type: Optional[Union[str, azure.mgmt.containerregistry.v2019_06_01_preview.models._container_registry_management_client_enums.RunType]] = None, agent_pool_name: Optional[str] = None, create_time: Optional[datetime.datetime] = None, start_time: Optional[datetime.datetime] = None, finish_time: Optional[datetime.datetime] = None, output_images: Optional[List[azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.ImageDescriptor]] = None, task: Optional[str] = None, image_update_trigger: Optional[azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.ImageUpdateTrigger] = None, source_trigger: Optional[azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.SourceTriggerDescriptor] = None, timer_trigger: Optional[azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.TimerTriggerDescriptor] = None, platform: Optional[azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.PlatformProperties] = None, agent_configuration: Optional[azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.AgentProperties] = None, source_registry_auth: Optional[str] = None, custom_registries: Optional[List[str]] = None, update_trigger_token: Optional[str] = None, provisioning_state: Optional[Union[str, azure.mgmt.containerregistry.v2019_06_01_preview.models._container_registry_management_client_enums.ProvisioningState]] = None, is_archive_enabled: Optional[bool] = False, **kwargs)
Variables
- id
- str
The resource ID.
- name
- str
The name of the resource.
- type
- str
The type of the resource.
- system_data
- SystemData
Metadata pertaining to creation and last modification of the resource.
- run_id
- str
The unique identifier for the run.
The current status of the run. Possible values include: "Queued", "Started", "Running", "Succeeded", "Failed", "Canceled", "Error", "Timeout".
- last_updated_time
- datetime
The last updated time for the run.
The type of run. Possible values include: "QuickBuild", "QuickRun", "AutoBuild", "AutoRun".
- agent_pool_name
- str
The dedicated agent pool for the run.
- create_time
- datetime
The time the run was scheduled.
- start_time
- datetime
The time the run started.
- finish_time
- datetime
The time the run finished.
- output_images
- list[ImageDescriptor]
The list of all images that were generated from the run. This is applicable if the run generates base image dependencies.
- task
- str
The task against which run was scheduled.
- image_update_trigger
- ImageUpdateTrigger
The image update trigger that caused the run. This is applicable if the task has base image trigger configured.
- source_trigger
- SourceTriggerDescriptor
The source trigger that caused the run.
- timer_trigger
- TimerTriggerDescriptor
The timer trigger that caused the run.
- platform
- PlatformProperties
The platform properties against which the run will happen.
- agent_configuration
- AgentProperties
The machine configuration of the run agent.
- source_registry_auth
- str
The scope of the credentials that were used to login to the source registry during this run.
- run_error_message
- str
The error message received from backend systems after the run is scheduled.
- update_trigger_token
- str
The update trigger token passed for the Run.
- log_artifact
- ImageDescriptor
The image description for the log artifact.
- provisioning_state
- str or ProvisioningState
The provisioning state of a run. Possible values include: "Creating", "Updating", "Deleting", "Succeeded", "Failed", "Canceled".
- is_archive_enabled
- bool
The value that indicates whether archiving is enabled or not.
Feedback
Submit and view feedback for