Hi, I have a service definition with a few optional resources, when in de config mode it will always select an available resource but i want to have it selected by default the no resource. Is that possible and so how do i do that?
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 12th July 2023
Hi Gerwin,
When you are bulding the node Function object you need to assign the value 'false' to its 'ShouldAutoSelectResource' property.
By default that value is set to 'true', hence a resource is selected by default.
Hope this helps.
Regards,
Diogo Silva [SLC] [DevOps Member] Answered question 15th March 2021
Alright let me try that thanks.
Is there any documentation available on the available options like these?