BaseImageTriggerUpdateParameters Class

The properties for updating base image dependency trigger.

All required parameters must be populated in order to send to Azure.

Inheritance
BaseImageTriggerUpdateParameters

Constructor

BaseImageTriggerUpdateParameters(*, name: str, base_image_trigger_type: Optional[Union[str, azure.mgmt.containerregistry.v2019_06_01_preview.models._container_registry_management_client_enums.BaseImageTriggerType]] = None, update_trigger_endpoint: Optional[str] = None, update_trigger_payload_type: Optional[Union[str, azure.mgmt.containerregistry.v2019_06_01_preview.models._container_registry_management_client_enums.UpdateTriggerPayloadType]] = None, status: Optional[Union[str, azure.mgmt.containerregistry.v2019_06_01_preview.models._container_registry_management_client_enums.TriggerStatus]] = None, **kwargs)

Variables

base_image_trigger_type
str or BaseImageTriggerType

The type of the auto trigger for base image dependency updates. Possible values include: "All", "Runtime".

update_trigger_endpoint
str

The endpoint URL for receiving update triggers.

update_trigger_payload_type
str or UpdateTriggerPayloadType

Type of Payload body for Base image update triggers. Possible values include: "Default", "Token".

status
str or TriggerStatus

The current status of trigger. Possible values include: "Disabled", "Enabled".

name
str

Required. The name of the trigger.