Uses of Class
com.azure.resourcemanager.containerregistry.models.SourceTriggerUpdateParameters
-
Packages that use SourceTriggerUpdateParameters Package Description com.azure.resourcemanager.containerregistry.models 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 SourceTriggerUpdateParameters Modifier and Type Method Description SourceTriggerUpdateParametersSourceTriggerUpdateParameters. withName(String name)Set the name property: The name of the trigger.SourceTriggerUpdateParametersSourceTriggerUpdateParameters. withSourceRepository(SourceUpdateParameters sourceRepository)Set the sourceRepository property: The properties that describes the source(code) for the task.SourceTriggerUpdateParametersSourceTriggerUpdateParameters. withSourceTriggerEvents(List<SourceTriggerEvent> sourceTriggerEvents)Set the sourceTriggerEvents property: The source event corresponding to the trigger.SourceTriggerUpdateParametersSourceTriggerUpdateParameters. 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 SourceTriggerUpdateParameters Modifier and Type Method Description List<SourceTriggerUpdateParameters>TriggerUpdateParameters. 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 SourceTriggerUpdateParameters Modifier and Type Method Description TriggerUpdateParametersTriggerUpdateParameters. withSourceTriggers(List<SourceTriggerUpdateParameters> sourceTriggers)Set the sourceTriggers property: The collection of triggers based on source code repository.
-