BaseImageTriggerUpdateParameters Class
The properties for updating base image dependency trigger.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelBaseImageTriggerUpdateParameters
Constructor
BaseImageTriggerUpdateParameters(*, name: str, base_image_trigger_type: str | _models.BaseImageTriggerType | 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. Known values are: "All" and "Runtime". |
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. Known values are: "All" and "Runtime". |
status
|
str or
TriggerStatus
The current status of trigger. Known values are: "Disabled" and "Enabled". |
name
|
The name of the trigger. Required. |
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