CustomEventsTrigger |
CustomEventsTrigger.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the trigger.
|
CustomEventsTrigger |
CustomEventsTrigger.withDescription(String description) |
Set the description property: Trigger description.
|
CustomEventsTrigger |
CustomEventsTrigger.withEvents(List<Object> events) |
Set the events property: The list of event types that cause this trigger to fire.
|
CustomEventsTrigger |
CustomEventsTrigger.withPipelines(List<TriggerPipelineReference> pipelines) |
Set the pipelines property: Pipelines that need to be started.
|
CustomEventsTrigger |
CustomEventsTrigger.withScope(String scope) |
Set the scope property: The ARM resource ID of the Azure Event Grid Topic.
|
CustomEventsTrigger |
CustomEventsTrigger.withSubjectBeginsWith(String subjectBeginsWith) |
Set the subjectBeginsWith property: The event subject must begin with the pattern provided for trigger to fire.
|
CustomEventsTrigger |
CustomEventsTrigger.withSubjectEndsWith(String subjectEndsWith) |
Set the subjectEndsWith property: The event subject must end with the pattern provided for trigger to fire.
|