Probes: Collection helpers¶
This page mirrors the Collection helpers section from Probes.
UpdateConfiguration¶
Source file, signature, and docstring
Member
ProbeBuilder.UpdateConfiguration(object configuration)
Kind function
Declaring Type ProbeBuilder
Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs
Signature
Docstring
Updates the configuration currently stored on the Runner probe builder instance.
Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
DeleteConfiguration¶
Source file, signature, and docstring
Member
ProbeBuilder.DeleteConfiguration()
Kind function
Declaring Type ProbeBuilder
Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs
Signature
Docstring
Clears the configuration currently stored on the Runner probe builder instance.
Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.