ImageUpdateTrigger Class
The image update trigger that caused a build.
Constructor
ImageUpdateTrigger(*, id: str | None = None, timestamp: datetime | None = None, images: List[_models.ImageDescriptor] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The unique ID of the trigger. Default value: None
|
timestamp
|
The timestamp when the image update happened. Default value: None
|
images
|
The list of image updates that caused the build. Default value: None
|
Variables
Name | Description |
---|---|
id
|
The unique ID of the trigger. |
timestamp
|
The timestamp when the image update happened. |
images
|
The list of image updates that caused the build. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python