ImageUpdateTrigger Class
The image update trigger that caused a build.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelImageUpdateTrigger
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. |
timestamp
|
The timestamp when the image update happened. |
images
|
The list of image updates that caused the build. |
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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python