Uses of Class
com.azure.resourcemanager.containerregistry.models.SourceTriggerUpdateParameters
Packages that use SourceTriggerUpdateParameters
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of SourceTriggerUpdateParameters in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return SourceTriggerUpdateParametersModifier and TypeMethodDescriptionSourceTriggerUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SourceTriggerUpdateParameters from the JsonReader.Set the name property: The name of the trigger.SourceTriggerUpdateParameters.withSourceRepository(SourceUpdateParameters sourceRepository) Set the sourceRepository property: The properties that describes the source(code) for the task.SourceTriggerUpdateParameters.withSourceTriggerEvents(List<SourceTriggerEvent> sourceTriggerEvents) Set the sourceTriggerEvents property: The source event corresponding to the trigger.SourceTriggerUpdateParameters.withStatus(TriggerStatus status) Set the status property: The current status of trigger.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type SourceTriggerUpdateParametersModifier and TypeMethodDescriptionTriggerUpdateParameters.sourceTriggers()Get the sourceTriggers property: The collection of triggers based on source code repository.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type SourceTriggerUpdateParametersModifier and TypeMethodDescriptionTriggerUpdateParameters.withSourceTriggers(List<SourceTriggerUpdateParameters> sourceTriggers) Set the sourceTriggers property: The collection of triggers based on source code repository.