SourceTriggerUpdateParameters Class

The properties for updating a source based trigger.

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

Inheritance
SourceTriggerUpdateParameters

Constructor

SourceTriggerUpdateParameters(*, name: str, source_repository: Optional[azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.SourceUpdateParameters] = None, source_trigger_events: Optional[List[Union[str, azure.mgmt.containerregistry.v2019_06_01_preview.models._container_registry_management_client_enums.SourceTriggerEvent]]] = None, status: Optional[Union[str, azure.mgmt.containerregistry.v2019_06_01_preview.models._container_registry_management_client_enums.TriggerStatus]] = None, **kwargs)

Variables

source_repository
SourceUpdateParameters

The properties that describes the source(code) for the task.

source_trigger_events
list[str or SourceTriggerEvent]

The source event corresponding to the trigger.

status
str or TriggerStatus

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

name
str

Required. The name of the trigger.