BaseImageTrigger Class
The trigger based on base image dependency.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelBaseImageTrigger
Constructor
BaseImageTrigger(*, base_image_trigger_type: str | _models.BaseImageTriggerType, name: str, update_trigger_endpoint: str | None = None, update_trigger_payload_type: str | _models.UpdateTriggerPayloadType | None = None, status: str | _models.TriggerStatus | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
base_image_trigger_type
|
The type of the auto trigger for base image dependency updates. Required. Known values are: "All" and "Runtime". |
update_trigger_endpoint
|
The endpoint URL for receiving update triggers. |
update_trigger_payload_type
|
Type of Payload body for Base image update triggers. Known values are: "Default" and "Token". |
status
|
str or
TriggerStatus
The current status of trigger. Known values are: "Disabled" and "Enabled". |
name
|
The name of the trigger. Required. |
Variables
Name | Description |
---|---|
base_image_trigger_type
|
The type of the auto trigger for base image dependency updates. Required. Known values are: "All" and "Runtime". |
update_trigger_endpoint
|
The endpoint URL for receiving update triggers. |
update_trigger_payload_type
|
Type of Payload body for Base image update triggers. Known values are: "Default" and "Token". |
status
|
str or
TriggerStatus
The current status of trigger. Known values are: "Disabled" and "Enabled". |
name
|
The name of the trigger. Required. |
Azure SDK for Python