Skip to content

Probes: General

This page mirrors the General section from Probes.

Configure

Source file, signature, and docstring

Member ProbeBuilder.Configure(object configuration)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder Configure(object configuration)

Docstring

Sets 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.